diff options
| author | jstmax! <maxwasmailed@proton.me> | 2025-11-12 20:34:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-12 20:34:32 +0100 |
| commit | be8c0d94e6abe41cd810bd1e8e0122479b6f94d3 (patch) | |
| tree | fe66cef2cd47577949e8ed68c0fccb07877fb9fe /README.md | |
| parent | 83187f4dcc8c6969107f61cd196be6054fb31fec (diff) | |
case sensitive, i forgor
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! |