summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmaxlol <maxwasmailed@proton.me>2025-05-22 19:36:44 +0200
committerjstmaxlol <maxwasmailed@proton.me>2025-05-22 19:36:44 +0200
commitb7d5a7446245afe1c6b646cd59c25a418c49a136 (patch)
tree227d5817c167bf8a579d0c2926200c9aa931e56c
parentb50950b1e0d16b58677caa68a05b8ca6a2a45ddc (diff)
wording fix in readme
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6aa657c..e817d20 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# XSC🧮
-**XSC** (e**X**tremely**S**imple**C**alculator): the easiest way to calculate stuff in the terminal \
+# xsc3🧮
+**xsc3** (e**X**tremely**S**imple**C**alculator 3): the easiest way to calculate stuff in the terminal \
syntax: `xsc <num1> <(+|-|x|/|%|^)> <num2>` or `xsc r <num>` \
pros: supports floating point number operations.. or smth \
**note**: compile with **g++**
## AUR⭐
-**XSC** is now available on the [Arch User Repository](), \
+**xsc3** is now available on the [Arch User Repository](), \
install it with your favourite AUR helper:
* `yay` : `yay -S xsc`
* `paru` : `paru -S xsc`
@@ -18,14 +18,15 @@ install it with your favourite AUR helper:
* `lolcat` : `pacman -S lolcat`
* `bash` : do you really need a guide to get bash?
-## 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 for actually using xsc) move to PATH ;
-`mv ./xsc /usr/bin/xsc`
+## manual installation one-liner🤖
+#### downloads dependencies, clones repo and compiles **xsc3** ;
+`pacman -S figlet lolcat gcc && git clone https://github.com/jstmaxlol/XSC && cd ./XSC && g++ -o xsc xsc.cpp -O2`
+#### (optional, but recommended for actually using xsc) moves **xsc3** to PATH ;
+`mv ./xsc /usr/bin/xsc` \
+if didn't know, adding a binary to PATH makes it so that you do not have to find yourself in the installation path of the binary to execute it!
## usage⭐
-uhh.. `xsc -h` and gtfo
+uhh.. `xsc h` and stfu
&nbsp;
###### jstmax@62-69-74-2E-6C-79-2F-6D-78-5F-69-6E-66-6F