From d50c699023e15cdd8836eb37f7404ea3a17d78c7 Mon Sep 17 00:00:00 2001 From: Scott Fredericksen Date: Tue, 28 Feb 2023 08:41:14 -0700 Subject: [PATCH] :sparkles: 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. --- technical-guide/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/technical-guide/getting-started.md b/technical-guide/getting-started.md index 8e84717..a95487f 100644 --- a/technical-guide/getting-started.md +++ b/technical-guide/getting-started.md @@ -149,6 +149,10 @@ target="_blank">from Penpot repository. ```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: