summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-17 12:26:59 +0200
committerlain <lain@soykaf.club>2019-05-17 12:26:59 +0200
commit412a3d8a0f74ee3a46f9ba98d906c65c6c1c4da8 (patch)
treed7dc5c61e4b3a01b21e33ccbea3aa4bfffc051aa /docs/installation/debian_based_jp.md
parentf1e67bdc312ba16a37916024244d6cb9d4417c9e (diff)
parente5b34f5e0544371603bc2b570c26ede3182c2f8b (diff)
downloadpleroma-412a3d8a0f74ee3a46f9ba98d906c65c6c1c4da8.tar.gz
pleroma-412a3d8a0f74ee3a46f9ba98d906c65c6c1c4da8.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into rum-index
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 ac5dcaaee..41cce6792 100644
--- a/docs/installation/debian_based_jp.md
+++ b/docs/installation/debian_based_jp.md
@@ -14,6 +14,7 @@
- erlang-dev
- erlang-tools
- erlang-parsetools
+- erlang-ssh
- erlang-xmerl (Jessieではバックポートからインストールすること!)
- git
- build-essential
@@ -44,7 +45,7 @@ wget -P /tmp/ https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
* ElixirとErlangをインストールします、
```
-apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools
+apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools erlang-ssh
```
### Pleroma BE (バックエンド) をインストールします