aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index f4d0bd5c4..f7b6cead2 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -245,7 +245,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
245``` 245```
246pkg 246pkg
247pkg update 247pkg update
248pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip 248pkg install -y sudo bash wget git python nginx pkgconf postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip
249``` 249```
250 250
2512. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo. 2512. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo.