summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_en.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-14 12:33:24 -0500
committerAlex Gleason <alex@alexgleason.me>2020-10-14 12:33:24 -0500
commit83770b7b391fdf8bdc22f63047b1cf444a7b16ce (patch)
treebba3b4d867ee5cdc07165784868c28f174c10317 /docs/installation/debian_based_en.md
parent7d8f610720abdadeff9238aa8a345a91e473e0fa (diff)
parent20137056900f97af34f4433858cbdf69be6c9840 (diff)
downloadpleroma-83770b7b391fdf8bdc22f63047b1cf444a7b16ce.tar.gz
pleroma-83770b7b391fdf8bdc22f63047b1cf444a7b16ce.zip
Merge remote-tracking branch 'upstream/develop' into aliases
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r--docs/installation/debian_based_en.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md
index eac499a29..6a9026d94 100644
--- a/docs/installation/debian_based_en.md
+++ b/docs/installation/debian_based_en.md
@@ -10,6 +10,7 @@ This guide will assume you are on Debian Stretch. This guide should also work wi
* `elixir` (1.8+, Follow the guide to install from the Erlang Solutions repo or use [asdf](https://github.com/asdf-vm/asdf) as the pleroma user)
* `erlang-dev`
* `erlang-nox`
+* `libmagic-dev`
* `git`
* `build-essential`
* `cmake`
@@ -34,7 +35,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 libmagic-devel
```
### Install Elixir and Erlang