diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-02-18 23:31:48 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-02-18 23:31:48 +0530 |
| commit | 1ce664eb6fbb8cd7e9d284f0fd9aac04b49424f0 (patch) | |
| tree | 79b5eaa3b31e1d04b8f30af9ac73ee207bb1e2f6 | |
| parent | 01f32e16ed3d1520c71c23d95c9031ab94093516 (diff) | |
README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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  |
