From 897d1bf5766d4d3687561a7366bef0b6900cd497 Mon Sep 17 00:00:00 2001 From: Maƫl Gassmann Date: Sat, 12 Jun 2021 15:43:53 +0200 Subject: [~] Improved the README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6131b1c..094736d 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ ### Compilation -Navigate to the calculator-java folder and run: +Navigate to the *calculator-java/* folder and run: ``` mvn package ``` -The resulting jar file can then be located in the /target folder. +The resulting jar file can then be located in the *calculator-java/target/* folder. ### Execution -Navigate to the newly generated /target folder and launch the jar: +Navigate to the newly generated *target/* folder and launch the jar: ``` java -jar calculator-java-1.0-SNAPSHOT.jar @@ -27,12 +27,12 @@ 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 will find a file *compileRun.sh* in its folder. If you still prefer to compile and run separatly, you can check out the sections below. ### Compilation -Navigate to the calculator-javacc folder and run: +Navigate to the *calculator-javacc/* folder and run: ``` javacc Calculator.jj && javac *.java -- cgit v1.2.3