From be8c0d94e6abe41cd810bd1e8e0122479b6f94d3 Mon Sep 17 00:00:00 2001 From: jstmax! Date: Wed, 12 Nov 2025 20:34:32 +0100 Subject: case sensitive, i forgor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a34233b..c40fcb1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ install it with your favourite AUR helper: ## manual installation one-liner🤖 #### downloads dependencies, clones repo and compiles **xsc3** ; -`pacman -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp -O2` +`pacman -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/xsc && cd ./xsc && g++ -o xsc xsc.cpp -O2` #### (optional, but recommended for actually using xsc) moves **xsc3** to PATH ; `mv ./xsc /usr/bin/xsc` \ if didn't know, adding a binary to PATH makes it so that you do not have to find yourself in the installation path of the binary to execute it! -- cgit v1.3.1