diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2025-05-22 16:04:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 16:04:32 +0200 |
| commit | 42c94ca648375e467428e5e61306ce3235606b73 (patch) | |
| tree | 7461ca11312966bf4ff700287abf485cc4d84dcc /README.md | |
| parent | 800534e114f4793a21457aba264bcdda76c7b860 (diff) | |
update README.md (xsc now on AUR!)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,9 +1,18 @@ # XSCš§® **XSC** (e**X**tremely**S**imple**C**alculator): the easiest way to calculate stuff in the terminal \ syntax: `xsc <number> <(+|-|x|/|%|^)> <number>` or `xsc -sqrt | -r <number>` \ -pros: supports floating point number operations.. i guess it's a pro? \ +pros: supports floating point number operations.. or smth \ **note**: compile with **g++** +## AURā +**XSC** is now available on the [Arch User Repository](), \ +install it with your favourite AUR helper: +* `yay` : `yay -S xsc` +* `paru` : `paru -S package_name` +* `trizen` : `trizen -S xsc` +* `pamac` : `pamac build xsc` +* `aurman` : `aurman -S xsc` + ## dependenciesš¤ * `figlet` : `pacman -S figlet` * `lolcat` : `pacman -S lolcat` @@ -12,7 +21,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 gcc && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp` -#### (optional, but recommended) move to PATH ; +#### (optional, but recommended for actually using xsc) move to PATH ; `mv ./xsc /usr/bin/xsc` ## usageā |