aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/installation/linux.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/installation/linux.md')
-rw-r--r--docs/content/en/installation/linux.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/content/en/installation/linux.md b/docs/content/en/installation/linux.md
index 7b75f149b..769011212 100644
--- a/docs/content/en/installation/linux.md
+++ b/docs/content/en/installation/linux.md
@@ -96,6 +96,7 @@ sudo apt install hugo
You can also download Debian packages from the [latest release] page.
[Debian]: https://www.debian.org/
+[Exherbo]: https://www.exherbolinux.org/
[elementary OS]: https://elementary.io/
[KDE neon]: https://neon.kde.org/
[Linux Lite]: https://www.linuxliteos.com/
@@ -105,6 +106,24 @@ You can also download Debian packages from the [latest release] page.
[Ubuntu]: https://ubuntu.com/
[Zorin OS]: https://zorin.com/os/
+### Exherbo
+
+To install the extended edition of Hugo on [Exherbo]:
+
+1. Add this line to /etc/paludis/options.conf:
+
+ ```text
+ www-apps/hugo extended
+ ```
+
+2. Install using the Paludis package manager:
+
+
+ ```sh
+ cave resolve -x repository/heirecka
+ cave resolve -x hugo
+ ```
+
### Fedora
Derivatives of the [Fedora] distribution of Linux include [CentOS], [Red Hat Enterprise Linux], and others. To install the extended edition of Hugo:
@@ -119,7 +138,7 @@ sudo dnf install hugo
### Gentoo
-Derivatives of the [Gentoo] distribution of Linux include [Calculate Linux], [Funtoo], and others. Follow the instructions below to install the extended edition of Hugo:
+Derivatives of the [Gentoo] distribution of Linux include [Calculate Linux], [Funtoo], and others. To install the extended edition of Hugo:
1. Specify the `extended` [USE] flag in /etc/portage/package.use/hugo: