diff options
author | feld <feld@feld.me> | 2021-06-22 16:52:19 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-06-22 16:52:19 +0000 |
commit | a814671e857182eb5332b9c3cb9dc5615c22fe42 (patch) | |
tree | 7c24f27f56b5aaf61e12cc4c9357fbd3645f6a1c /docs/installation/gentoo_en.md | |
parent | a8adc300d4cfc88ef19f1977e32068437ed4ad00 (diff) | |
parent | 822196f393e8b214b03ece875af0f53e41f40528 (diff) | |
download | pleroma-a814671e857182eb5332b9c3cb9dc5615c22fe42.tar.gz pleroma-a814671e857182eb5332b9c3cb9dc5615c22fe42.zip |
Merge branch 'docs/dependencies-rewrite' into 'develop'
Rewrite docs related to dependencies
See merge request pleroma/pleroma!3466
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 |