Add Java version disclaimer to README
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2022-08-25 22:55:03 +02:00
parent 1f12dcbb1c
commit 1869ae3887
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Download a prebuilt JAR file or build it from source, then run it with:
```bash
java -jar HidekoBot.jar botToken
```
Where `HidekoBot.jar` is the executable archive and `botToken` is your bot token passed as an argument.
Where `HidekoBot.jar` is the executable archive and `botToken` is your bot token passed as an argument.
*Note: Java 16 or later is required.*
## Initial setup