Skip to content

Commit 8a0091f

Browse files
Merge pull request #686 from BenjaminAmos/readme-requirements-update
readme requirements update
2 parents c6fae1a + 36b1072 commit 8a0091f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ Note: You can select either pure keyboard, keyboard + mouse, or controller (in t
6060
*With inventory up*
6161

6262
* [Left, Right] - change page
63-
* [Up, Down] - scroll up and down
63+
* [Page Up, Page Down] - scroll up and down
6464
* [Space] - equip / unequip item *OR* buy / sell if talking to a station
6565
* [D] - discard selected item
6666

6767

6868
Building and running from source
6969
--------
7070

71-
You only need Java 8 installed to run Destination Sol from source.
71+
You only need Java 11 installed to run Destination Sol from source.
7272

7373
Run any commands in the project root directory (where you cloned / extracted the project to, using a command prompt / terminal).
7474

7575
* Download / clone the [source from GitHub](https://github.com/MovingBlocks/DestinationSol)
7676
* To run from the command line: `gradlew run` (on Linux you might need to use `./gradlew run`)
77-
* To prepare for IntelliJ run: `gradlew idea` then load the generated project via `DestinationSol.ipr`
77+
* IntelliJ should import the project automatically when you open the project directory
7878
* Distributions (Windows, Linux, Mac) can be created locally by running: `gradlew distZipBundleJREs`
7979

8080
For Android a little extra setup is needed. See instructions [here](https://github.com/MovingBlocks/DestSolAndroid).

0 commit comments

Comments
 (0)