Merge branch 'develop' into feature/gen-magic
[akkoma] / docs / installation / alpine_linux_en.md
index d3b3e8279cadb6aa054b1a6124aa44ebe10a05f9..f393e497883e5569484b1b9ee60f5f1c91d6413a 100644 (file)
@@ -15,6 +15,7 @@ It assumes that you have administrative rights, either as root or a user with [s
 * `git`
 * `file-dev`
 * Development Tools
+* `cmake`
 
 #### Optional packages used in this guide
 
@@ -40,7 +41,7 @@ sudo apk upgrade
 * Install some tools, which are needed later:
 
 ```shell
-sudo apk add git build-base file-dev
+sudo apk add git build-base cmake file-dev
 ```
 
 ### Install Elixir and Erlang
@@ -226,10 +227,7 @@ sudo -Hu pleroma MIX_ENV=prod mix pleroma.user new <username> <your@emailaddress
 
 #### Further reading
 
-* [Backup your instance](../administration/backup.md)
-* [Hardening your instance](../configuration/hardening.md)
-* [How to activate mediaproxy](../configuration/howto_mediaproxy.md)
-* [Updating your instance](../administration/updating.md)
+{! backend/installation/further_reading.include !}
 
 ## Questions