diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-11 08:43:36 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-11 08:48:35 +0200 |
commit | 6b1f7f2f528824a1f5e935a14645e7731a9c2a9c (patch) | |
tree | 76fdc47e1736422dfe0dcd9806468956a52f7762 /docs/installation/gentoo_en.md | |
parent | 53cf801c3000b1e20a1d42b56be82032d42782e9 (diff) | |
download | pleroma-6b1f7f2f528824a1f5e935a14645e7731a9c2a9c.tar.gz pleroma-6b1f7f2f528824a1f5e935a14645e7731a9c2a9c.zip |
docs: Use one file to describe dependencies
Diffstat (limited to 'docs/installation/gentoo_en.md')
-rw-r--r-- | docs/installation/gentoo_en.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md index d649393fc..982ab52d2 100644 --- a/docs/installation/gentoo_en.md +++ b/docs/installation/gentoo_en.md @@ -3,9 +3,7 @@ This guide will assume that you have administrative rights, either as root or a user with [sudo permissions](https://wiki.gentoo.org/wiki/Sudo). Lines that begin with `#` indicate that they should be run as the superuser. Lines using `$` should be run as the indicated user, e.g. `pleroma$` should be run as the `pleroma` user. -### Configuring your hostname (optional) - -If you would like your prompt to permanently include your host/domain, change `/etc/conf.d/hostname` to your hostname. You can reboot or use the `hostname` command to make immediate changes. +{! backend/installation/generic_dependencies.include !} ### Your make.conf, package.use, and USE flags |