From 42c94ca648375e467428e5e61306ce3235606b73 Mon Sep 17 00:00:00 2001 From: jstmax! <87650746+jstmaxlol@users.noreply.github.com> Date: Thu, 22 May 2025 16:04:32 +0200 Subject: update README.md (xsc now on AUR!) --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') 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 <(+|-|x|/|%|^)> ` or `xsc -sqrt | -r ` \ -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⭐ -- cgit v1.3.1