diff --git a/readme.md b/readme.md index 4310ff6..858d3be 100644 --- a/readme.md +++ b/readme.md @@ -5,12 +5,12 @@ DiscordBot is just another bot written in Java. So basically it's a modular bot, ## Getting started * You need Java 8. Run `java -version` to check. -* You need to have the latest gradle installed, or dependencies won't resolve. * Execute the following: ``` -git clone https://git.pingex.net/pingex/DiscordBot +git clone https://git.pingex.net/pingex/DiscordBot.git cd DiscordBot -gradle jar +./gradlew +./gradlew jar ``` * You can find the compiled jar in `build/libs/DiscordBot-X.Y.Z.jar`.