README.md
This commit is contained in:
parent
01f32e16ed
commit
1ce664eb6f
|
|
@ -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
|
||||

|
||||
|
|
|
|||
Reference in New Issue