summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjstmax! <maxwasmailed@proton.me>2025-11-14 19:46:20 +0100
committerjstmax! <maxwasmailed@proton.me>2025-11-14 19:46:20 +0100
commit8a4a0fb7d032cd725cea00a7b4587faaa8535cea (patch)
treed1136ee890ecf9bedaf451b2b40c77df0c990582 /README.md
parentbe8c0d94e6abe41cd810bd1e8e0122479b6f94d3 (diff)
updated std::cerr and std::cout to std::printHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c40fcb1..acaa977 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ install it with your favourite AUR helper:
* `aurman` : `aurman -S xsc`
## dependencies🤓
-* `figlet` : `pacman -S figlet`
-* `lolcat` : `pacman -S lolcat`
+* `figlet` : `paru -S figlet`
+* `lolcat` : `paru -S lolcat`
## 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`
+`paru -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/xsc && cd ./xsc && g++ -o xsc xsc.cpp -O2 -std=c++23`
#### (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!