aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolyxon <106688908+krolyxon@users.noreply.github.com>2024-02-19 12:17:12 +0530
committerGitHub <noreply@github.com>2024-02-19 12:17:12 +0530
commit146590f949739b9e30554c37bdd3805ede2b88bc (patch)
treeadd3c32964820d792e28222be4bd0cd69567daed /README.md
parentf6aa19d2496aedeea499e19e1192f3cfa153958c (diff)
rename to jcal
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index f1d6243..ab67686 100644
--- a/README.md
+++ b/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.
## 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)