docker installation instructions
This commit is contained in:
parent
66474d788d
commit
558baae3fb
12
README.md
12
README.md
@ -1,6 +1,18 @@
|
|||||||
# music bot
|
# music bot
|
||||||
## try for yourself
|
## try for yourself
|
||||||
default prefix is `?/`
|
default prefix is `?/`
|
||||||
|
### install docker compose
|
||||||
|
follow instructions at https://docs.docker.com/compose/install/
|
||||||
|
from https://docs.docker.com/compose/install/ :
|
||||||
|
```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
|
### clone repo
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitea.parrrate.ru/PTV/v6d3music.git
|
git clone https://gitea.parrrate.ru/PTV/v6d3music.git
|
||||||
|
Loading…
Reference in New Issue
Block a user