diff options
author | lain <lain@soykaf.club> | 2020-11-04 15:05:01 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-04 15:05:01 +0100 |
commit | 329aa19c9f1175f915441c84689860155949bb08 (patch) | |
tree | 17a92069fdb2f49d2f82efdabf3bec1e20822508 /docs/installation/alpine_linux_en.md | |
parent | 755f58168bb2b6b979c6f5d36f7eff56d2305911 (diff) | |
parent | bc4d9c4ffc9ccd826220893a97ce695e4bb66f9d (diff) | |
download | pleroma-329aa19c9f1175f915441c84689860155949bb08.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma-restrict-domain
Diffstat (limited to 'docs/installation/alpine_linux_en.md')
-rw-r--r-- | docs/installation/alpine_linux_en.md | 3 |
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 |