diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-06 14:25:20 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-06 14:25:20 -0500 |
commit | cddca85c8404272080caa661ce59ab5dbafec794 (patch) | |
tree | aac5b9fe51b26999e2e184ddfa2b4829f33794a5 /docs/installation/freebsd_en.md | |
parent | ba7f9459b4798388eb4e441d096302c018354033 (diff) | |
parent | 2698bbc9f63d0bfd59de182d361db03d54aa2a68 (diff) | |
download | pleroma-cddca85c8404272080caa661ce59ab5dbafec794.tar.gz |
Merge branch 'develop' into revert/rich-media-censorship
Diffstat (limited to 'docs/installation/freebsd_en.md')
-rw-r--r-- | docs/installation/freebsd_en.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installation/freebsd_en.md b/docs/installation/freebsd_en.md index ca2575d9b..fdcb06c53 100644 --- a/docs/installation/freebsd_en.md +++ b/docs/installation/freebsd_en.md @@ -26,6 +26,12 @@ Setup the required services to automatically start at boot, using `sysrc(8)`. # service postgresql start ``` +### Install media / graphics packages (optional, see [`docs/installation/optional/media_graphics_packages.md`](docs/installation/optional/media_graphics_packages.md)) + +```shell +# pkg install imagemagick ffmpeg p5-Image-ExifTool +``` + ## Configuring Pleroma Create a user for Pleroma: |