Compare commits

...

2 Commits

Author SHA1 Message Date
d9f23b544a ds 2023-10-10 14:24:58 +00:00
154148220e update readme docker installation 2023-10-10 14:12:45 +00:00

View File

@ -40,6 +40,23 @@ make
./PyMenu
```
## Installation - Docker
- Clone the project:
``` bash
git clone https://git.chauvet.pro/starnakin/PyMenuBOT/
cd PyMenuBOT
```
- Config the bot
Edit the `src/config.h` file and set the discord bot token
- Build the docker image.
``` bash
docker build -t pymenu .
```
- Run the docker
```bash
docker run --restart=always --name=pymenu -d pymenu
```
## Setting up on Your Discord Server
- Add the bot to your server (using [the official instance](https://discord.com/oauth2/authorize?client_id=818558187443716137&scope=bot+applications.commands&permissions=10737428544))
- Create a category called `listes-de-course`