Skip to content

Commit

Permalink
Update Installing-on-macOS.md (#7833)
Browse files Browse the repository at this point in the history
  • Loading branch information
MRigal authored Sep 20, 2022
1 parent 4b7238b commit 496f3fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Other/Installing-on-macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ There is currently two ways to install Unciv on macOS. It is recommended that yo

## Installing using JAR

1. If you don't already have Java 8 installed on your mac make sure you download it from the [official website](https://java.com/en/download/). Once you have downloaded the file open it and follow the instructions on screen.
2. Now that you have Java 8 installed it's time to download the latest Unciv JAR. This can be done from the [releases](https://github.com/yairm210/Unciv/releases) screen here on Github. Download the file called Unciv.jar.
1. If you don't already have Java 8 or OpenJDK (versions 11 and 18 do work) installed on your mac, either
* Download it from the [official website](https://java.com/en/download/). Once you have downloaded the file, open it and follow the instructions on screen.
* If you use [Homebrew](https://brew.sh/), just run `brew install java`
2. Now that you have Java installed it's time to download the latest Unciv JAR. This can be done from the [releases](https://github.com/yairm210/Unciv/releases) screen here on Github. Download the file called *Unciv.jar*.
3. To run the game, you'll need to create to run `java -jar Unciv.jar` from a Terminal.
4. Alternatively, you could create a 'Unciv.sh' file containing that line, and then run the new file, to allow you to create shortcuts etc.

Expand Down

0 comments on commit 496f3fe

Please sign in to comment.