summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21048b9..6fb9307 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ pros: supports floating point number operations.. i guess it's a pro? \
## installation one-liner🤖
#### download dependencies, copy repo and compile **XSC** ;
-`pacman -S figlet lolcat g++ && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp`
+`pacman -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp`
#### (optional, but recommended) move to PATH ;
`mv ./xsc /usr/bin/xsc`