Skip to content

Commit 1beeb1d

Browse files
authored
add instructions on how to run the project
1 parent 268fff5 commit 1beeb1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Finish date: December 13, 2020
1414
## First Prototype
1515
<img src="mvp1.gif">
1616

17+
## How to run?
18+
```
19+
javac AlgorithmVisualizer.java
20+
java AlgorithmVisualizer
21+
```
22+
1723
## Skills Gained
1824
- Multi-Threading using Swing Worker
1925
- Customising Swing Components

0 commit comments

Comments
 (0)