Skip to content

Commit 0cb49b3

Browse files
committed
Readme tweak including adding @grauerkoala to the credits
1 parent 3045afc commit 0cb49b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Run any commands in the project root directory
7070

7171
* Download / clone the [source from GitHub](https://github.com/MovingBlocks/DestinationSol)
7272
* To run from the command line: `gradlew run`
73-
* To prepare for IntelliJ run: `gradlew idea` then load the generated project files
73+
* To prepare for IntelliJ run: `gradlew idea` then load the generated project via `DestinationSol.ipr`
7474
* To create a game package for distribution (Windows, Linux, Mac): `gradlew distZip`
7575

7676
For Android a little extra setup is needed
@@ -82,6 +82,7 @@ For Android a little extra setup is needed
8282
* In the same window go to Artifacts and add a new Android Application, created from the android module
8383
* Supply a code signing keystore or supply other debug configuration
8484
* To run in IntelliJ make sure you have an Android emulator (or USB connection) working then create a run configuration
85+
* We use `gradlew assembleRelease` to build the APK for Google Play (with the right keystore etc)
8586

8687
You can also run the Android version via Gradle: `gradlew android` - but need your device setup. Need instructions.
8788

@@ -109,6 +110,7 @@ Contributors
109110
* [theotherjay](https://github.com/theotherjay)
110111
* [LinusVanElswijk](https://github.com/LinusVanElswijk)
111112
* [SimonC4](https://github.com/SimonC4)
113+
* [grauerkoala](https://github.com/grauerkoala)
112114

113115
... and your name here? :-) More coming!
114116

0 commit comments

Comments
 (0)