diff options
author | feld <feld@feld.me> | 2020-10-14 17:31:45 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-10-14 17:31:45 +0000 |
commit | 20137056900f97af34f4433858cbdf69be6c9840 (patch) | |
tree | 4920c30700ae1a338eff5ce4ca9ca408cdc04bd9 /docs/installation/gentoo_en.md | |
parent | 9a85ec0da095933cbddfb1dae74d035723032399 (diff) | |
parent | 40f3cdc030536d49c80fe7318ff43cd5ba011df4 (diff) | |
download | pleroma-20137056900f97af34f4433858cbdf69be6c9840.tar.gz pleroma-20137056900f97af34f4433858cbdf69be6c9840.zip |
Merge branch 'feature/gen-magic' into 'develop'
Use libmagic via majic
Closes #1736
See merge request pleroma/pleroma!2534
Diffstat (limited to 'docs/installation/gentoo_en.md')
-rw-r--r-- | docs/installation/gentoo_en.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md index 638fc4e47..f2380ab72 100644 --- a/docs/installation/gentoo_en.md +++ b/docs/installation/gentoo_en.md @@ -29,6 +29,7 @@ Gentoo quite pointedly does not come with a cron daemon installed, and as such i * `dev-lang/elixir` * `dev-vcs/git` * `dev-util/cmake` +* `sys-apps/file` #### Optional ebuilds used in this guide @@ -50,7 +51,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 dev-util/cmake + # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx dev-util/cmake sys-apps/file ``` If you would not like to install the optional packages, remove them from this line. |