Merge branch 'develop' into feature/gen-magic
[akkoma] / docs / installation / arch_linux_en.md
index bf9cfb488ae1bfa012953636b86ed055d8cea1aa..99eb011ad7f33b387dccf88f1e5a14036e79cf90 100644 (file)
@@ -9,6 +9,8 @@ This guide will assume that you have administrative rights, either as root or a
 * `elixir`
 * `git`
 * `base-devel`
+* `cmake`
+* `file`
 
 #### Optional packages used in this guide
 
@@ -26,7 +28,7 @@ sudo pacman -Syu
 * Install some of the above mentioned programs:
 
 ```shell
-sudo pacman -S git base-devel elixir
+sudo pacman -S git base-devel elixir cmake file
 ```
 
 ### Install PostgreSQL