-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# AutoUpdater | ||
A small jar-mod for Mindustry client/server. | ||
A small jar-mod for Mindustry client/server. | ||
|
||
## Installation | ||
Download the latest release (`.jar`) [here](https://github.com/MindustryInside/AutoUpdater/releases/latest). <br> | ||
Put `.jar` to one of these paths: | ||
* Windows: `%AppData%/Mindustry/mods` | ||
* Linux: `~/.local/share/Mindustry/mods` | ||
* Server: `config/mods` | ||
|
||
## Building | ||
* Windows: `gradlew dist` | ||
* Linux: `./gradlew dist` | ||
After building, the `.jar` file should be located in build/libs/InsideBot.jar folder. | ||
|
||
If the terminal returns Permission denied or Command not found, run `chmod +x ./gradlew`. | ||
|
||
## Note | ||
I can't compile a mobile version and test his. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters