summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjstmax! <87650746+MaxWasTakenYT@users.noreply.github.com>2024-11-08 20:29:35 +0100
committerGitHub <noreply@github.com>2024-11-08 20:29:35 +0100
commit1a55403d9b238757b4ada809c98dbcf4ad6f2425 (patch)
treed37ae69b304f23c336de659b075cfe1a24fe9cf0
parentf93b33b4d1ebd5bbcebec925751736b81a7a4a1a (diff)
better-ified readme II
-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`