summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-10-26 17:50:34 +0100
committerlain <lain@soykaf.club>2020-10-26 17:50:34 +0100
commit04b7505c75afbaa1f785b2adaf0313e9b0935fab (patch)
treeda42147dc907cb7ffcc576b81b16c6c6ed0ef9ad /docs/installation/debian_based_jp.md
parentb3d6cf90229ff3e9a5bd0028d4a6cbd3b68da9fe (diff)
parent2f7401806bbe5427bbcaa7cdce35130320ae3bb4 (diff)
downloadpleroma-04b7505c75afbaa1f785b2adaf0313e9b0935fab.tar.gz
pleroma-04b7505c75afbaa1f785b2adaf0313e9b0935fab.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma-block-behavior
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をインストールします