summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef7465e..7118d18 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# 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.. i guess it's a pro? \
+**note**: compile with **g++**
## dependencies🤓
* `figlet` : `pacman -S figlet`