v6d3music/README.md
2022-11-13 04:48:09 +00:00

30 lines
584 B
Markdown

# music bot
## try for yourself
default prefix is `?/`
### install docker compose
follow instructions at https://docs.docker.com/compose/install/
from https://docs.docker.com/compose/install/linux/ :
```sh
sudo apt-get update
sudo apt-get install docker-compose-plugin
```
or
```sh
sudo yum update
sudo yum install docker-compose-plugin
```
### clone repo
```sh
git clone https://gitea.parrrate.ru/PTV/v6d3music.git
cd v6d3music
```
### set token
```sh
cp .trial_token_example.env .trial_token.env
vim .trial_token.env
```
### start or update
```sh
docker compose up -d --build
```