diff options
author | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-08-10 16:24:45 +0300 |
---|---|---|
committer | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-08-10 16:24:45 +0300 |
commit | a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1 (patch) | |
tree | fd5b5a69ca40aec2d14d26f6c42b0d5045dbea8b /docs/installation/alpine_linux_en.md | |
parent | 00a4980c618c29ca337ac10a54121ecd7d687d3f (diff) | |
download | pleroma-a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1.tar.gz pleroma-a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1.zip |
docs: add cmake to other installation guides
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 c726d559f..a5683f18c 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -14,6 +14,7 @@ It assumes that you have administrative rights, either as root or a user with [s * `erlang-xmerl` * `git` * Development Tools +* `cmake` #### Optional packages used in this guide @@ -39,7 +40,7 @@ sudo apk upgrade * Install some tools, which are needed later: ```shell -sudo apk add git build-base +sudo apk add git build-base cmake ``` ### Install Elixir and Erlang |