From a29e22f39b3fadb179e0dbac7f946ad4ed2df070 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 19 Feb 2023 16:55:58 +0200 Subject: [PATCH] Added documentation for installing on mac with macport --- docs/Other/Installing-on-macOS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/Other/Installing-on-macOS.md b/docs/Other/Installing-on-macOS.md index afe8921110..4ee0c21298 100644 --- a/docs/Other/Installing-on-macOS.md +++ b/docs/Other/Installing-on-macOS.md @@ -1,8 +1,14 @@ # Installing on macOS -There is currently several ways to install Unciv on macOS. +There are currently several ways to install Unciv on macOS. -It is recommended that you use the first method as the second one is overly complicated and the end result will be the same. Both installation methods require that you have Java 8 installed on your mac. +It is recommended that you do not install from source, since the end result will be the same. + +# Installing using MacPort + +Details [here](https://ports.macports.org/port/unciv/) - simply run `sudo port install unciv` from command line and you're good to go! + +Does not require JDK to be preinstalled ## Installing using JAR