From 1ce664eb6fbb8cd7e9d284f0fd9aac04b49424f0 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 18 Feb 2024 23:31:48 +0530 Subject: [PATCH] README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd72b97..a1ebad2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,14 @@ Simple GUI calculator with complex infix expression evaluation made in Java usin ```bash $ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master $ cd JavaCalc - $ ./run.sh OR ./build.sh + $ ./install.sh ``` +or go to latest [releases](https://github.com/krolyxon/JavaCalc/releases) and get the .jar file. + +## Uninstall +```bash + $ ./install.sh -u +``` ## JavaCalc in action ![](https://raw.githubusercontent.com/krolyxon/JavaCalc/master/assets/screenshot1.png)