README.md

This commit is contained in:
krolxon 2024-02-18 23:31:48 +05:30
parent 01f32e16ed
commit 1ce664eb6f
1 changed files with 7 additions and 1 deletions

View File

@ -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)