rename to jcal
This commit is contained in:
parent
f6aa19d249
commit
146590f949
12
README.md
12
README.md
|
|
@ -1,15 +1,15 @@
|
||||||
# [JavaCalc](https://github.com/krolyxon/JavaCalc)
|
# [jcal](https://github.com/krolyxon/jcal)
|
||||||
Simple GUI calculator with complex infix expression evaluation made in Java using Swing.
|
Simple GUI calculator with complex infix expression evaluation made in Java using Swing.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master
|
$ git clone --depth=1 https://github.com/krolyxon/jcal --branch=master
|
||||||
$ cd JavaCalc
|
$ cd jcal
|
||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
$ jcal
|
$ jcal
|
||||||
```
|
```
|
||||||
or go to latest [releases](https://github.com/krolyxon/JavaCalc/releases) and get the .jar file.
|
or go to latest [releases](https://github.com/krolyxon/jcal/releases) and get the .jar file.
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -17,7 +17,7 @@ or go to latest [releases](https://github.com/krolyxon/JavaCalc/releases) and ge
|
||||||
```
|
```
|
||||||
|
|
||||||
## JavaCalc in action
|
## JavaCalc in action
|
||||||

|

|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE)
|
This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/jcal/blob/master/LICENSE)
|
||||||
|
|
|
||||||
Reference in New Issue