Skip to content

Commit

Permalink
Add building section to README (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed authored Mar 9, 2021
1 parent 1592f2c commit 33237ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
# UhcCore
Automates UHC games on a dedicated 1.8 - 1.16 server.

More info can be found on the [wiki](https://github.com/Mezy/UhcCore/wiki)
More info can be found on the [wiki](https://github.com/Mezy/UhcCore/wiki)

## Building
For building use `./gradlew build` on Mac and Linux or `gradlew.bat build` on Windows.

If you have problem with `permission denied`, run `chmod +x ./gradlew`.

The output plugin file is located at `build/libs/UhcCore-<version>.jar`.

0 comments on commit 33237ec

Please sign in to comment.