aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/alpine_linux_en.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-10-23 13:25:41 +0200
committerlain <lain@soykaf.club>2020-10-23 13:25:41 +0200
commit682f0aa2597bec4ef80691daddae1d87ddeeae0a (patch)
treec8ae5efb603e6b226ed3b5d39efb3912b63d17b9 /docs/installation/alpine_linux_en.md
parent346a59aee68d71af5d7ab6cfb9ff89008a032f2b (diff)
parent096e4518adf176c3f9cee0e38319340249083a48 (diff)
downloadpleroma-682f0aa2597bec4ef80691daddae1d87ddeeae0a.tar.gz
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into 2061-chat-deletion
Diffstat (limited to 'docs/installation/alpine_linux_en.md')
-rw-r--r--docs/installation/alpine_linux_en.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md
index d89c7f46f..62f2fb778 100644
--- a/docs/installation/alpine_linux_en.md
+++ b/docs/installation/alpine_linux_en.md
@@ -13,6 +13,7 @@ It assumes that you have administrative rights, either as root or a user with [s
* `erlang-parsetools`
* `erlang-xmerl`
* `git`
+* `file-dev`
* Development Tools
* `cmake`
@@ -42,7 +43,7 @@ sudo apk upgrade
* Install some tools, which are needed later:
```shell
-sudo apk add git build-base cmake
+sudo apk add git build-base cmake file-dev
```
### Install Elixir and Erlang