diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-10-14 12:33:24 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-10-14 12:33:24 -0500 |
commit | 83770b7b391fdf8bdc22f63047b1cf444a7b16ce (patch) | |
tree | bba3b4d867ee5cdc07165784868c28f174c10317 /docs/installation/alpine_linux_en.md | |
parent | 7d8f610720abdadeff9238aa8a345a91e473e0fa (diff) | |
parent | 20137056900f97af34f4433858cbdf69be6c9840 (diff) | |
download | pleroma-83770b7b391fdf8bdc22f63047b1cf444a7b16ce.tar.gz pleroma-83770b7b391fdf8bdc22f63047b1cf444a7b16ce.zip |
Merge remote-tracking branch 'upstream/develop' into aliases
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 |