fix docker-compose installation instructions

Prevent docker from complaining about a missing Dockerfile.
This commit is contained in:
btdmaster 2021-07-24 11:48:05 +02:00
parent fcb2f329ee
commit d60753ac7d
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ See ```CHANGELOG.md```
### Docker-compose method
```console
wget https://codeberg.org/teddit/teddit/raw/branch/main/docker-compose.yml
git clone https://codeberg.org/teddit/teddit
cd teddit
docker-compose build
docker-compose up
```