diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-24 18:02:50 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-24 18:02:50 +0300 |
commit | 7cd662f18c202ee2b099305e990d15a01370d6f9 (patch) | |
tree | 6e9dd9d536b560463883f1f8362a2499b15831cc /docs/installation/freebsd_en.md | |
parent | 151df9fc17ec01ab566c433571a263741ed1844f (diff) | |
download | pleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.tar.gz pleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.zip |
Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies.
Diffstat (limited to 'docs/installation/freebsd_en.md')
-rw-r--r-- | docs/installation/freebsd_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index ca2575d9b..01b410a46 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -7,7 +7,7 @@ This document was written for FreeBSD 12.1, but should be work on future release This assumes the target system has `pkg(8)`. ``` -# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh cmake +# pkg install elixir postgresql12-server postgresql12-client postgresql12-contrib git-lite sudo nginx gmake acme.sh cmake ffmpeg imagemagick ``` Copy the rc.d scripts to the right directory: |