Add instructions to README

This commit is contained in:
2026-05-25 11:57:09 +01:00
parent 7b45aabc7e
commit 58d0006e01
+8 -1
View File
@@ -1,2 +1,9 @@
# discord-ledger-bot
## discord-ledger-bot
### Installation / Usage instructions
1. Clone this repository ( `git clone https://git.greyweather.dev/greyweather/discord-ledger-bot.git` )
2. Enter the directory ( `cd discord-ledger-bot` )
3. Create a virtual environment ( `python -m venv .` )
4. Install the necessary libraries ( `./bin/pip install discord dotenv datetime` )
5. Set your Discord application token ( `echo "TOKEN='my-token-here'" > .env` )
6. Run the script ( `./bin/python main.py` )