From: Colin Yates Date: Sat, 18 Jan 2025 00:46:47 +0000 (+0000) Subject: Documentation: note wget requirement for install script on macOS (#8793) X-Git-Tag: v2.14.4~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29726c3ce17949b65576600e2915c755e193fb22;p=thirdparty%2Fpaperless-ngx.git Documentation: note wget requirement for install script on macOS (#8793) --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- 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}