diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2024-12-11 16:54:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 16:54:59 +0100 |
| commit | 332915e1196c7077916b4af286ec32e2e8d5df3b (patch) | |
| tree | 84dc784ae4f83453de6c0251112c54b4404eb404 /README.md | |
| parent | 018bb13c441337c640e3636fc41f212fb39a0d9a (diff) | |
> fix package name
g++ => gcc
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |