Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rawbyne authored Sep 28, 2024
1 parent ebdc668 commit 1c3ac43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

This bot gathers player statistics, sends broadcast messages, and uses an RCON-API integration to communicate with players. Follow the steps below to install and run the bot.

ToDo:
Execute the following commands after downloading:
1. Copy the `.env.dist` file to `.env` and enter your values.
2. Run the command `pip install python-dotenv`.
3. Copy `broad-stats.service.dist` to `/etc/systemd/system/broad-stats.service`
4. Activate and start the service with `sudo systemctl enable broad-stats.service` and `sudo systemctl start broad-stats.service`.

## Prerequisites

Before installing the bot, make sure you have the following:
Expand Down

0 comments on commit 1c3ac43

Please sign in to comment.