better curl call
This commit is contained in:
parent
e79086883a
commit
9dcb96dc53
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Your instance will need [docker](https://docs.docker.com/engine/install/) and [d
|
|||
Download the [docker-compose file](https://github.com/NicolasConstant/BirdsiteLive/blob/master/docker-compose.yml):
|
||||
|
||||
```
|
||||
curl https://raw.githubusercontent.com/NicolasConstant/BirdsiteLive/master/docker-compose.yml --output docker-compose.yml
|
||||
sudo curl -L https://raw.githubusercontent.com/NicolasConstant/BirdsiteLive/master/docker-compose.yml -o docker-compose.yml
|
||||
```
|
||||
|
||||
Then edit file:
|
||||
|
|
Reference in a new issue