diff options
-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** in its folder. +To easily compile and run this project, you can use the shell script **calculator-javacc/compileRun.sh**. If you still prefer to compile and run separately, you can check out the sections below. ### Compilation |