summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjstmax! <87650746+jstmaxlol@users.noreply.github.com>2025-05-22 16:04:32 +0200
committerGitHub <noreply@github.com>2025-05-22 16:04:32 +0200
commit42c94ca648375e467428e5e61306ce3235606b73 (patch)
tree7461ca11312966bf4ff700287abf485cc4d84dcc /README.md
parent800534e114f4793a21457aba264bcdda76c7b860 (diff)
update README.md (xsc now on AUR!)
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⭐