Skip to content

Commit

Permalink
Improve Gentooo installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Dec 5, 2023
1 parent b4aeb2a commit 78a1b11
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions content/en/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,24 @@ sudo dnf install hugo

### Gentoo

Builds from source using Portage package manager. Customize how it builds (stardard or extended edition) easily with [USE flags] :
Derivatives of the [Gentoo] distribution of Linux include [Calculate Linux], [Funtoo], and others. Follow the instructions below to install the extended edition of Hugo:

```sh
sudo emerge www-apps/hugo
```
1. Specify the `sass` [USE] flag in /etc/portage/package.use/mysql:

```text
www-apps/hugo sass
```

2. Build using the Portage package manager:

```sh
sudo emerge www-apps/hugo
```

[USE flags]: https://wiki.gentoo.org/wiki/USE_flag
[Calculate Linux]: https://www.calculate-linux.org/
[Funtoo]: https://www.funtoo.org/
[Gentoo]: https://www.gentoo.org/
[USE]: https://wiki.gentoo.org/wiki/Hugo#USE_flags

### openSUSE

Expand Down

0 comments on commit 78a1b11

Please sign in to comment.