Provide alternative to wget because not installed on Mac

Here's a simple alternative to wget to help people using a Mac because it
is not available by default on MacOS.
This commit is contained in:
Scott Fredericksen 2023-02-28 08:41:14 -07:00 committed by Andrey Antukh
parent 9f9b99a05e
commit d50c699023

View File

@ -149,6 +149,10 @@ target="_blank">from Penpot repository</a>.
```bash
wget https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml
```
or
```bash
curl -o docker-compose.yaml https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml
```
Then simply launch composer: