Skip to content

Commit

Permalink
fix(docs): add .env info
Browse files Browse the repository at this point in the history
  • Loading branch information
jalpp authored Nov 22, 2024
1 parent 790c4b4 commit 6213cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- To set up lise you need to have Java 21, IntelliJ, and Maven
- git clone the project
- use any IDE (IntelliJ recommended)
- configure ``` DISCORD_TOKEN ``` for your own bots' discord token
- configure ``` DISCORD_TOKEN ``` for your own bots' discord token in `.env`
- configure ``` LICHESS_TOKEN ``` if you also want to run lise on lichess
- you are ready to run the bot with ``` mvn clean ```
- finally, compile the code ``` mvn compile ```
Expand Down

0 comments on commit 6213cd9

Please sign in to comment.