From e2e7032ed3f9313c97d23904a8cc71cbc8fc9b79 Mon Sep 17 00:00:00 2001 From: Colin Yates Date: Sat, 18 Jan 2025 00:27:40 +0000 Subject: [PATCH] Update setup.md to include macOS need for wget --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b7915b02b..3a99b766f 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -35,8 +35,8 @@ account. The script essentially automatically performs the steps described in [D !!! note - macOS users will need to install e.g. [gnu-sed](https://formulae.brew.sh/formula/gnu-sed) with support - for running as `sed`. + macOS users will need to install [gnu-sed](https://formulae.brew.sh/formula/gnu-sed) with support + for running `sed` as well as [wget](https://formulae.brew.sh/formula/wget). ### Use Docker Compose {#docker}