Skip to content

Commit 929092d

Browse files
authored
Update README.md
1 parent a9d4451 commit 929092d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is my freshman year summer project! Trying to get a better understanding o
1414

1515
-----------------------------------------------
1616

17-
- Clone he project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer'.
17+
- Clone the project onto your system 'https://github.com/dlarocque/AlgorithmVisualizer'.
1818
- Download the .zip file from https://github.com/dlarocque/AlgorithmVisualizer and extract its contents.
1919

2020
*OR*
@@ -38,13 +38,13 @@ This is my freshman year summer project! Trying to get a better understanding o
3838

3939
### _Running through Terminal_
4040

41-
- Go to `C:/.../AlgorithmVisualizer/src` and enter
41+
- Go to `C:/.../AlgorithmVisualizer-master/src` and enter
4242

43-
`javac AlgVisualizer.java`
43+
`javac -d bin com\example\algorithmvisualizer\*.java`
4444

45-
- This will compile the program into a binary file, where you can now find by going to `C:/.../AlgorithmVisualizer/bin`
45+
- This will compile the program into a binary file, where you can now find by going to `C:/.../AlgorithmVisualizer-master/src/bin`
4646

47-
- If there are no issues, you can now go to `C:/.../AlgorithmVisualizer/bin` and run the program with
47+
- If there are no issues, you can now go to `C:/.../AlgorithmVisualizer-master/src/bin` and run the program by entering
4848

4949
`java com.example.algorithmvisualizer.AlgVisualizer`
5050

0 commit comments

Comments
 (0)