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