]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: note wget requirement for install script on macOS (#8793)
authorColin Yates <colin@colinyates.co.uk>
Sat, 18 Jan 2025 00:46:47 +0000 (00:46 +0000)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2025 00:46:47 +0000 (00:46 +0000)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
docs/setup.md

index b7915b02b00a600558f0b969ed0a0e5a612b1cb8..f2b82d070932da37a894342901ccc96bc1c19136 100644 (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}