From 36b10729b47f1c6426aa1876e43ad2d0cce97227 Mon Sep 17 00:00:00 2001 From: Benjamin Amos Date: Tue, 4 Jul 2023 22:08:52 +0100 Subject: [PATCH] doc: update README to reflect current requirements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe3521928..8a6ab8cc6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Note: You can select either pure keyboard, keyboard + mouse, or controller (in t *With inventory up* * [Left, Right] - change page -* [Up, Down] - scroll up and down +* [Page Up, Page Down] - scroll up and down * [Space] - equip / unequip item *OR* buy / sell if talking to a station * [D] - discard selected item @@ -68,13 +68,13 @@ Note: You can select either pure keyboard, keyboard + mouse, or controller (in t Building and running from source -------- -You only need Java 8 installed to run Destination Sol from source. +You only need Java 11 installed to run Destination Sol from source. Run any commands in the project root directory (where you cloned / extracted the project to, using a command prompt / terminal). * Download / clone the [source from GitHub](https://github.com/MovingBlocks/DestinationSol) * To run from the command line: `gradlew run` (on Linux you might need to use `./gradlew run`) -* To prepare for IntelliJ run: `gradlew idea` then load the generated project via `DestinationSol.ipr` +* IntelliJ should import the project automatically when you open the project directory * Distributions (Windows, Linux, Mac) can be created locally by running: `gradlew distZipBundleJREs` For Android a little extra setup is needed. See instructions [here](https://github.com/MovingBlocks/DestSolAndroid).