diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-14 15:27:15 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-14 15:27:15 -0500 |
commit | 1fb9452131721456adf2c19c513e6343f64825a7 (patch) | |
tree | 20c679c19e83925e0fcb0d34aba7eaf831485f58 /docs/installation/alpine_linux_en.md | |
parent | bc3db724030707e9903d161a70b10fe217a83212 (diff) | |
parent | 20137056900f97af34f4433858cbdf69be6c9840 (diff) | |
download | pleroma-1fb9452131721456adf2c19c513e6343f64825a7.tar.gz |
Merge branch 'develop' into feature/account-export
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 |