summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 712c411..39fe61e 100644
--- a/README.md
+++ b/README.md
@@ -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⭐