diff options
author | feld <feld@feld.me> | 2020-10-14 17:31:45 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-10-14 17:31:45 +0000 |
commit | 20137056900f97af34f4433858cbdf69be6c9840 (patch) | |
tree | 4920c30700ae1a338eff5ce4ca9ca408cdc04bd9 /docs/installation/debian_based_en.md | |
parent | 9a85ec0da095933cbddfb1dae74d035723032399 (diff) | |
parent | 40f3cdc030536d49c80fe7318ff43cd5ba011df4 (diff) | |
download | pleroma-20137056900f97af34f4433858cbdf69be6c9840.tar.gz pleroma-20137056900f97af34f4433858cbdf69be6c9840.zip |
Merge branch 'feature/gen-magic' into 'develop'
Use libmagic via majic
Closes #1736
See merge request pleroma/pleroma!2534
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 3 |
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 |