@@ -10,6 +10,8 @@ This is my freshman year summer project! Trying to get a better understanding o
1010
1111* You must have a JDK installed on your system [ Download JDK] ( https://www.oracle.com/java/technologies/javase-downloads.html ) *
1212
13+ * Have Apache Maven version 3.6.3 or later installed on your computer*
14+
1315* Having 1080p resolution is recommended, but lower and higher resolutions are accepted.*
1416
1517-----------------------------------------------
@@ -24,29 +26,17 @@ This is my freshman year summer project! Trying to get a better understanding o
2426
2527## Running
2628
27- * First, make sure your PATH and JAVA_HOME Environment variables are set correctly.*
28-
29- ### _ Running the Executable JAR_
30-
31- - You can simply go through your file system and find the AlgVisualizer.jar you downloaded. Simply open it, and the program will start
32-
33- * OR*
34-
35- - Through the terminal, you can go to ` C:/.../AlgorithmVisualizer ` and enter
36-
37- ` AlgorithmVisualizer.jar `
38-
39- ### _ Running through Terminal_
29+ * These instructions are directed towards Linux users*
4030
41- - Go to ` C:/.../AlgorithmVisualizer-master/src ` and enter
31+ - Go to ` C:/.../AlgorithmVisualizer-master ` and enter
4232
43- ` javac -d bin com\example\algorithmvisualizer\*.java `
33+ ` mvn clean install `
4434
45- - This will compile the program into a binary file, where you can now find by going to ` C:/.../AlgorithmVisualizer-master/src/bin `
35+ To compile the program.
4636
47- - If there are no issues, you can now go to ` C:/.../AlgorithmVisualizer-master/src/bin ` and run the program by entering
37+ Once the program is built successfully, enter the following :
4838
49- ` java com.example.algorithmvisualizer.AlgVisualizer `
39+ ` mvn exec: java -Dexec.mainClass= com.example.algorithmvisualizer.AlgVisualizer`
5040
5141## How to use
5242
0 commit comments