diff options
author | href <href@random.sh> | 2020-06-16 15:11:45 +0200 |
---|---|---|
committer | href <href@random.sh> | 2020-06-16 15:27:27 +0200 |
commit | f124f6820582d50be83ba7a1709b14ce8ee1abcc (patch) | |
tree | b263c9f9c957e4502695a648dd4b2bd5dd951fea /docs/installation/arch_linux_en.md | |
parent | ec1452fd1cdb9cb1db9b8bad872916d3213489e2 (diff) | |
download | pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.tar.gz pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.zip |
Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME
Diffstat (limited to 'docs/installation/arch_linux_en.md')
-rw-r--r-- | docs/installation/arch_linux_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/arch_linux_en.md b/docs/installation/arch_linux_en.md index 428ed6bd7..36ef3e345 100644 --- a/docs/installation/arch_linux_en.md +++ b/docs/installation/arch_linux_en.md @@ -27,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 |