summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-06-16 15:11:45 +0200
committerhref <href@random.sh>2020-06-16 15:27:27 +0200
commitf124f6820582d50be83ba7a1709b14ce8ee1abcc (patch)
treeb263c9f9c957e4502695a648dd4b2bd5dd951fea /docs/installation/debian_based_jp.md
parentec1452fd1cdb9cb1db9b8bad872916d3213489e2 (diff)
downloadpleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.tar.gz
pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.zip
Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME
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 1e5a9be91..21cd4d2ad 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -16,6 +16,7 @@
- `erlang-nox`
- `git`
- `build-essential`
+- `libmagic-dev`
#### このガイドで利用している追加パッケージ
@@ -32,7 +33,7 @@ sudo apt full-upgrade
* 上記に挙げたパッケージをインストールしておきます。
```
-sudo apt install git build-essential postgresql postgresql-contrib
+sudo apt install git build-essential postgresql postgresql-contrib libmagic-dev
```