rename to jcal

This commit is contained in:
krolyxon 2024-02-19 12:17:12 +05:30 committed by GitHub
parent f6aa19d249
commit 146590f949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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.
## Installation
```bash
$ git clone --depth=1 https://github.com/krolyxon/JavaCalc --branch=master
$ cd JavaCalc
$ git clone --depth=1 https://github.com/krolyxon/jcal --branch=master
$ cd jcal
$ ./install.sh
$ 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
```bash
@ -17,7 +17,7 @@ or go to latest [releases](https://github.com/krolyxon/JavaCalc/releases) and ge
```
## JavaCalc in action
![](https://raw.githubusercontent.com/krolyxon/JavaCalc/master/assets/screenshot1.png)
![](https://raw.githubusercontent.com/krolyxon/jcal/master/assets/screenshot1.png)
## 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)