summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-09-24 18:02:50 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-09-24 18:02:50 +0300
commit7cd662f18c202ee2b099305e990d15a01370d6f9 (patch)
tree6e9dd9d536b560463883f1f8362a2499b15831cc /docs/installation/debian_based_en.md
parent151df9fc17ec01ab566c433571a263741ed1844f (diff)
downloadpleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.tar.gz
pleroma-7cd662f18c202ee2b099305e990d15a01370d6f9.zip
Added documentation on installation of `ffmpeg` and `ImageMagick` dependencies.
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md
index 60c2f47e5..30ee64c01 100644
--- a/docs/installation/debian_based_en.md
+++ b/docs/installation/debian_based_en.md
@@ -13,6 +13,8 @@ This guide will assume you are on Debian Stretch. This guide should also work wi
* `git`
* `build-essential`
* `cmake`
+* `ffmpeg`
+* `ImageMagick`
#### Optional packages used in this guide
@@ -31,7 +33,7 @@ sudo apt full-upgrade
* Install some of the above mentioned programs:
```shell
-sudo apt install git build-essential postgresql postgresql-contrib cmake
+sudo apt install git build-essential postgresql postgresql-contrib cmake ffmpeg imagemagick
```
### Install Elixir and Erlang