diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-17 17:53:47 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-17 17:53:47 +0300 |
commit | 9ea31b373fdb75bb6aa04d006e5f493158897efa (patch) | |
tree | b7301d21a9bc675984bb11b40c96148c0205270e /docs/installation/alpine_linux_en.md | |
parent | a859d9bc15cd1e4ff15bb63d6c114f71783118ef (diff) | |
parent | 023f726d7f497705d766adee8874b94efb08a0aa (diff) | |
download | pleroma-9ea31b373fdb75bb6aa04d006e5f493158897efa.tar.gz pleroma-9ea31b373fdb75bb6aa04d006e5f493158897efa.zip |
Merge remote-tracking branch 'remotes/origin/develop' into chore/elixir-1.11
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 |