summaryrefslogtreecommitdiff
path: root/docs/installation/debian_based_jp.md
diff options
context:
space:
mode:
authorPolymerWitch <briarrose@mailbox.org>2019-05-15 15:36:20 -0700
committerPolymerWitch <briarrose@mailbox.org>2019-05-15 15:36:20 -0700
commit0ae15c23061413cb2b67d2be462742dccae01fb4 (patch)
tree6c9850724fa339a990ba1329067c30b7af82b8fa /docs/installation/debian_based_jp.md
parent62516be9c462ca206163eaf7822f9ee5c2470453 (diff)
downloadpleroma-0ae15c23061413cb2b67d2be462742dccae01fb4.tar.gz
pleroma-0ae15c23061413cb2b67d2be462742dccae01fb4.zip
Added package to dependency list
Added the erlang-ssh package to the dependency list and the installation command instructions. The project wouldn't build otherwise.
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 (バックエンド) をインストールします