diff options
author | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2021-06-12 18:57:53 +0200 |
---|---|---|
committer | Maël Gassmann <mael.gassmann@students.bfh.ch> | 2021-06-12 18:57:53 +0200 |
commit | 99cce31f37ef7315f6ac5b1e267dd2ad4c45bbeb (patch) | |
tree | 84c65082ff3d258c948f5903fc79d1ade8e9cd22 | |
parent | d2ab3adb27a3b3f6df19b0b18dce3a749543c1e7 (diff) |
-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 can use the shell script **calculator-javacc/compileRun.sh**. +To easily compile and run this project, you can use the shell script **compileRun.sh** located in **calculator-javacc/**. If you still prefer to compile and run separately, you can check out the sections below. ### Compilation |