Skip to content

Commit d96d526

Browse files
authored
Update README.md
1 parent f401049 commit d96d526

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
<a href="https://github.com/CompilerStuck/sorting-visualizer/issues">Request Feature</a>
2626
</p>
2727
</div>
28-
<br/>
29-
28+
<br />
3029
This Program Visualizes and Audiolizes Sorting Algorithms. It includes 18 different Sorting Algorithms which can be visualized with 16 differnt Visuals, including two 3D models.
3130
It comes with a user friendly settings menu, letting the user customize what the program should do and how it should look.
3231

@@ -46,7 +45,12 @@ You can download the latest version of my Visualizer [here](inset link to releas
4645

4746
* Option 3: Clone the repository via git and build the code [on your own](https://github.com/CompilerStuck/sorting-visualizer#how-to-build-the-code-for-yourself):
4847

49-
## How to build the Code for yourself
48+
## Getting Started - Building the code yourself
49+
### Requirements:
50+
51+
* An installed JDK that is at least version 14. Download the newest version [here](https://jdk.java.net/19/)
52+
* Make sure your [environment variables](https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux) are set.
53+
5054
### Clone this repository:
5155

5256
git clone https://github.com/CompilerStuck/sorting-visualizer.git
@@ -55,12 +59,11 @@ You can download the latest version of my Visualizer [here](inset link to releas
5559

5660
### Building the Code:
5761

58-
1. Make sure your installed [JDK](https://jdk.java.net/19/) is at least version 14 and your [environment variables](https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux) are set.
59-
2. Open a Terminal in the project folder and execute:
62+
1. Open a Terminal in the project folder and execute:
6063

6164
.\build
6265

63-
3. Run the compiled jar with
66+
2. Run the compiled jar with
6467

6568
.\run
6669

0 commit comments

Comments
 (0)