diff options
author | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2021-06-12 15:47:33 +0200 |
---|---|---|
committer | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2021-06-12 15:47:33 +0200 |
commit | 9bca38d9ca66e505a362fd4caf26c368fda1486d (patch) | |
tree | 2f4a38c857c4a836a83f8cf8a004582fcda70eb4 | |
parent | 5941a0397297ded25b4b31f1c8320bec9b8e88ff (diff) |
[~] Improved the README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ java -jar calculator-java-1.0-SNAPSHOT.jar ## JavaCC Calculator project -To easily compile and run this project, you will find a file **compileRun.sh** in its folder. +To easily compile and run this project, you can use the shell script **calculator-javacc/compileRun.sh** in its folder. If you still prefer to compile and run separately, you can check out the sections below. ### Compilation |