Merge branch '2317-old-reset-tokens' into 'develop'
[akkoma] / docs / installation / arch_linux_en.md
index 724b4660a4aa3af09fe6ebe64d1a587605b9f519..0eb6d2d5f8dd90762186207e76c4a8bc4d8a2184 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
 
@@ -30,7 +31,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