From 58d0006e017ba9efa5538513ba6903605c941e57 Mon Sep 17 00:00:00 2001 From: Grey Jones Date: Mon, 25 May 2026 11:57:09 +0100 Subject: [PATCH] Add instructions to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 674a024..16d0b54 100644 --- a/README.md +++ b/README.md @@ -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` ) \ No newline at end of file