diff options
Diffstat (limited to '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  |
