From 29726c3ce17949b65576600e2915c755e193fb22 Mon Sep 17 00:00:00 2001 From: Colin Yates Date: Sat, 18 Jan 2025 00:46:47 +0000 Subject: [PATCH] Documentation: note wget requirement for install script on macOS (#8793) --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b7915b02b..f2b82d070 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 as `sed` as well as [wget](https://formulae.brew.sh/formula/wget). ### Use Docker Compose {#docker}