Update majic & call plug before OpenApiSpex
[akkoma] / docs / installation / arch_linux_en.md
index 8370986ada37cf3b16089eaf5e9c9260e2d2e31c..36ef3e345c347ac0bd087a60c4e9193e2f78198b 100644 (file)
@@ -9,6 +9,7 @@ This guide will assume that you have administrative rights, either as root or a
 * `elixir`
 * `git`
 * `base-devel`
+* `file`
 
 #### Optional packages used in this guide
 
@@ -26,7 +27,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 file
 ```
 
 ### Install PostgreSQL