From 5b2bfe10bc406a79b44bed18893a9ec2d8182104 Mon Sep 17 00:00:00 2001 From: BLucky-gh Date: Sat, 9 Feb 2019 12:38:30 +0400 Subject: [PATCH] Added some details to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd13ce684b..30591a6ed7 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ _[Wiki](http://mindustry.wikia.com/wiki/Mindustry_Wiki)_ Bleeding-edge live builds are generated automatically for every commit. You can see them [here](https://jenkins.hellomouse.net/job/mindustry/). If you'd rather compile on your own, follow these instructions. -First, make sure you have Java 8 and JDK 8 installed. Open a terminal in the root directory, and run the following commands: +First, make sure you have Java 8 and JDK 8 installed. Open a terminal in the root directory, `cd` to the Mindustry folder and run the following commands: #### Windows _Running:_ `gradlew desktop:run` _Building:_ `gradlew desktop:dist` -#### Linux +#### Linux/Mac OS _Running:_ `./gradlew desktop:run` _Building:_ `./gradlew desktop:dist`