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