From d305278f1801a939cf81f4241d1cfcb16c7ae5b2 Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Tue, 5 Dec 2023 03:49:18 +0530 Subject: [PATCH] Add Gentoo installation instructions Signed-off-by: Rahil Bhimjiani --- content/en/installation/linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en/installation/linux.md b/content/en/installation/linux.md index bb8f4b555..5e4502103 100644 --- a/content/en/installation/linux.md +++ b/content/en/installation/linux.md @@ -105,6 +105,16 @@ sudo dnf install hugo [Fedora]: https://getfedora.org/ [Red Hat Enterprise Linux]: https://www.redhat.com/ +### Gentoo + +Builds from source using Portage package manager. Customize how it builds (stardard or extended edition) easily with [USE flags] : + +```sh +sudo emerge www-apps/hugo +``` + +[USE flags]: https://wiki.gentoo.org/wiki/USE_flag + ### openSUSE Derivatives of the [openSUSE] distribution of Linux include [GeckoLinux], [Linux Karmada], and others. This will install the extended edition of Hugo: