Skip to content

Commit 2485669

Browse files
committed
updated readme.md
1 parent f06f6d6 commit 2485669

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The AI will also use alpha-beta pruning to reduce the number of nodes that need
1616

1717
- Make sure you have JRE installed on your computer. You can download JRE [here](https://adoptium.net/) or [here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html).
1818

19-
You can download the release version of the Game from the latest release [here](https://github.com/vmsaif/connect4-with-minimax-algorithm-in-java/releases). The program is packaged as a JAR file. You can run the program by double-clicking on the JAR file.
19+
Downloading the jar file is preferred. You can download the release version of the Game from the latest release [here](https://github.com/vmsaif/connect4-with-minimax-algorithm-in-java/releases). The program is packaged as a JAR file. You can run the program by double-clicking on the JAR file.
2020

2121
## **Ubuntu**
2222

@@ -43,6 +43,8 @@ You can download the release version of the Game from the latest release [here](
4343

4444
## **macOS**
4545

46+
Make sure you have JRE installed on your computer. You can download JRE [here](https://adoptium.net/) or [here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html).
47+
4648
1. **Navigate to the Download Location** (using Terminal):
4749
```bash
4850
cd ~/Downloads
@@ -61,11 +63,14 @@ You can download the release version of the Game from the latest release [here](
6163
## **Windows**
6264

6365
1. **Confirming Java**:
64-
Ensure that Java is installed and added to your `PATH` so that it can be accessed from the command prompt. (Most installers will do this for you.) To check if Java is installed, run the following command in Command Prompt or PowerShell:
65-
```bash
66-
java -version
67-
```
68-
If Java is installed, you should see the version number. If you see an error, you need to install Java. See above for instructions on installing Java.
66+
67+
Make sure you have JRE installed on your computer. You can download JRE [here](https://adoptium.net/) or [here](https://www.oracle.com/java/technologies/javase-jre8-downloads.html).
68+
69+
Ensure that Java is added to your `PATH` so that it can be accessed from the command prompt. (Most installers will do this for you.) To check if Java is installed, run the following command in Command Prompt or PowerShell:
70+
```bash
71+
java -version
72+
```
73+
If Java is installed, you should see the version number. If you see an error, you need to install Java. See above for instructions on installing Java.
6974

7075
2. **Navigate to the Download Location** (using Command Prompt or PowerShell):
7176
```bash

0 commit comments

Comments
 (0)