You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Run any commands in the project root directory (where you cloned / extracted the
72
72
* Download / clone the [source from GitHub](https://github.com/MovingBlocks/DestinationSol)
73
73
* To run from the command line: `gradlew run` (on Linux you might need to use `./gradlew run`)
74
74
* To prepare for IntelliJ run: `gradlew idea` then load the generated project via `DestinationSol.ipr`
75
-
*To create a game package for distribution (Windows, Linux, Mac): `gradlew distZip`
75
+
*Distributions (Windows, Linux, Mac) should be obtained from the [Jenkins build server](http://jenkins.terasology.org/view/DestSol/job/DestinationSol/), but you can also create a distribution locally by running: `gradlew distZipBundleJREs`
0 commit comments