aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-02-17 20:45:28 +0530
committerkrolxon <krolyxon@tutanota.com>2024-02-17 20:45:28 +0530
commit36f19c62c2266973818908a10d7962f055714db2 (patch)
tree2ca9ac107e458c48e57aed807be1b708d6c1d060 /README.md
parent6186556a8424a636fd55ef1d5fe4aabebdbe2c49 (diff)
add build script
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f295d5..6253709 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ 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
+ $ ./run.sh OR ./build.sh
```
## JavaCalc in action