From 3245fb58b8f9a27fbeeb9831cbb0a212934d13c7 Mon Sep 17 00:00:00 2001 From: Christofer Minestar Date: Thu, 18 Oct 2018 17:52:35 -0400 Subject: [PATCH 1/2] Update Building section to include new autobuild --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bae17e7..34f127fb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,11 @@ Import KAMI into your IDE of choice. If you use IntelliJ, import from the `build If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI. ### Building - +You can build on Windows by running +``` +autobuild.bat +``` +Or opening CMD prompt inside the extracted folder and typing ``` gradlew.bat build cd build/libs From ebe499adb9cdae8647d0e37c7ca9437c944acaab Mon Sep 17 00:00:00 2001 From: wine Date: Fri, 19 Oct 2018 21:10:14 +0200 Subject: [PATCH 2/2] Fix autobuild section --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34f127fb..783c1215 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,8 @@ Import KAMI into your IDE of choice. If you use IntelliJ, import from the `build If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI. ### Building -You can build on Windows by running -``` -autobuild.bat -``` -Or opening CMD prompt inside the extracted folder and typing +You can build by running `autobuild.bat`, or if you prefer the manual way, do the following: + ``` gradlew.bat build cd build/libs