From ebe499adb9cdae8647d0e37c7ca9437c944acaab Mon Sep 17 00:00:00 2001 From: wine Date: Fri, 19 Oct 2018 21:10:14 +0200 Subject: [PATCH] Fix autobuild section --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34f127fbd..783c12159 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