diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-15 16:39:01 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-15 16:39:01 -0500 |
commit | fb056ce05b43841ce57135ffb0b25845c41639ef (patch) | |
tree | edd3e47128b454ab721027b5c6f30d0bcc5bd27c /docs/installation/alpine_linux_en.md | |
parent | 724e4b7f00041667b9fa61fd1b7dd51c8eeaa102 (diff) | |
parent | 5703fb6d2a5f9fcffe050eadbc43758bcd2efa14 (diff) | |
download | pleroma-fb056ce05b43841ce57135ffb0b25845c41639ef.tar.gz |
Merge branch 'develop' into refactor/discoverable_user_field
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 |