pingex
/
DiscordBot
Archived
1
0
Fork 0

Some readme changes

master
Pingex aka Raphaël 9 years ago
parent 50db080999
commit 7b08edc341

@ -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`.