Skip to content

Commit dc0cd43

Browse files
authored
Update README.md
1 parent 60a1f2c commit dc0cd43

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ This is my freshman year summer project! Trying to get a better understanding o
88

99
### Prerequisite
1010

11-
*You must have a JDK installed on your system [Download JDK](https://www.oracle.com/java/technologies/javase-downloads.html)*
11+
*You must have the 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-
15-
*Having 1080p resolution is recommended, but lower and higher resolutions are accepted.*
13+
*Have Apache Maven version 3.6.3 or later installed on your computer* (If you want to modify source code)
1614

1715
-----------------------------------------------
1816

19-
- Clone the project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer'.
20-
- Download the .zip file from https://github.com/dlarocque/AlgorithmVisualizer and extract its contents.
17+
- Clone the project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer'
18+
- Download the .zip file from https://github.com/dlarocque/AlgorithmVisualizer and extract its contents
19+
20+
*OR*
21+
22+
- Download the AlgorithmVisualizer.jar executable JAR file
2123

2224
## Running
2325

@@ -33,9 +35,13 @@ Once the program is built successfully, enter the following :
3335

3436
`mvn exec:java -Dexec.mainClass=com.example.algorithmvisualizer.Main`
3537

38+
Can also build and run simultaneously with :
39+
40+
`mvn install exec:java -Dexec.mainClass=com.example.algorithmvisualizer.Main`
41+
3642
## How to use
3743

38-
On startup, the application will open up a frame containing buttons and an unsorted array in bar form. There is a Reset button, a button for each sorting algorithm, a drop down size changer, an FPS slider, and a label showing the sorting performance.
44+
On startup, the application will open up a frame containing buttons and an unsorted array in bar form. There is a Reset button, a button for each sorting algorithm, a drop down size changer, an FPS slider, and a label showing statistics.
3945

4046
![Startup](https://github.com/dlarocque/AlgorithmVisualizer/blob/master/images/Startup.PNG)
4147

0 commit comments

Comments
 (0)