diff options
author | lain <lain@soykaf.club> | 2020-08-10 13:47:02 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-10 13:47:02 +0000 |
commit | 73af60d02f25f1585d3e5168d99306b70355c15c (patch) | |
tree | 38d27b8b6332084d56e92f7ad3a9fbc9b6ff14f1 /docs/installation/alpine_linux_en.md | |
parent | 517d42646accf2bf36b3e1f43bbbbc303d4c00a8 (diff) | |
parent | a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1 (diff) | |
download | pleroma-73af60d02f25f1585d3e5168d99306b70355c15c.tar.gz pleroma-73af60d02f25f1585d3e5168d99306b70355c15c.zip |
Merge branch 'develop' into 'develop'
docs: add cmake to other installation guides
Closes #2039
See merge request pleroma/pleroma!2870
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 |