summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-10-14 17:31:45 +0000
committerfeld <feld@feld.me>2020-10-14 17:31:45 +0000
commit20137056900f97af34f4433858cbdf69be6c9840 (patch)
tree4920c30700ae1a338eff5ce4ca9ca408cdc04bd9 /docs/installation/debian_based_jp.md
parent9a85ec0da095933cbddfb1dae74d035723032399 (diff)
parent40f3cdc030536d49c80fe7318ff43cd5ba011df4 (diff)
downloadpleroma-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_jp.md')
-rw-r--r--docs/installation/debian_based_jp.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md
index 764afbe1a..94e22325c 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -17,6 +17,7 @@
- `git`
- `build-essential`
- `cmake`
+- `libmagic-dev`
#### このガイドで利用している追加パッケージ
@@ -36,7 +37,7 @@ sudo apt full-upgrade
* 上記に挙げたパッケージをインストールしておきます。
```
-sudo apt install git build-essential postgresql postgresql-contrib cmake ffmpeg imagemagick
+sudo apt install git build-essential postgresql postgresql-contrib cmake ffmpeg imagemagick libmagic-dev
```
### ElixirとErlangをインストールします