Documentation: note wget requirement for install script on macOS (#8793)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Colin Yates 2025-01-18 00:46:47 +00:00 committed by GitHub
parent 6804c92861
commit 29726c3ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}