From 041ca493baac5610b0e90f5a3769b54d6c441e17 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Mon, 25 Nov 2019 08:28:46 +0200 Subject: [PATCH] Update readme - added standalone zip explaination --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7fb5331..362cf917 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,11 @@ Maybe, once we've finished with all of Civ V. But considering how long it took t ## Is there a desktop version? -If you have Java 8, there are JARs in [Releases](https://github.com/yairm210/UnCiv/releases) which you can run with `java -jar Unciv.jar` +There are standalone zip files for each operating system in [Releases](https://github.com/yairm210/UnCiv/releases) which contain everything needed for Unciv to run + +If you have Java 8, and are familiar with the command line, there are (considerably smaller) JARs in [Releases](https://github.com/yairm210/UnCiv/releases) which you can run with `java -jar Unciv.jar` + +Be aware that the game will generate files inside the for where the Jar is located! If you also have JDK 8 installed, you can compile Unciv on your own by cloning (or downloading and unzipping) the project, opening a terminal in the Unciv folder and run the following commands: