summaryrefslogtreecommitdiff
path: root/docs/installation/gentoo_en.md
diff options
context:
space:
mode:
authorhref <href@random.sh>2020-06-16 15:11:45 +0200
committerhref <href@random.sh>2020-06-16 15:27:27 +0200
commitf124f6820582d50be83ba7a1709b14ce8ee1abcc (patch)
treeb263c9f9c957e4502695a648dd4b2bd5dd951fea /docs/installation/gentoo_en.md
parentec1452fd1cdb9cb1db9b8bad872916d3213489e2 (diff)
downloadpleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.tar.gz
pleroma-f124f6820582d50be83ba7a1709b14ce8ee1abcc.zip
Switch from gen_magic to majic, use Majic.Plug, remove Pleroma.MIME
Diffstat (limited to 'docs/installation/gentoo_en.md')
-rw-r--r--docs/installation/gentoo_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md
index e936469d0..d143e068f 100644
--- a/docs/installation/gentoo_en.md
+++ b/docs/installation/gentoo_en.md
@@ -47,7 +47,7 @@ Gentoo quite pointedly does not come with a cron daemon installed, and as such i
* Emerge all required the required and suggested software in one go:
```shell
- # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx
+ # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx sys-apps/file
```
If you would not like to install the optional packages, remove them from this line.