From ed08f5943a2db8ba13b4a72948b8669e0eb2656c Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Thu, 7 Dec 2023 13:28:29 +0530 Subject: [PATCH] Update Gentoo installation instructions Signed-off-by: Rahil Bhimjiani --- content/en/installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/installation/linux.md b/content/en/installation/linux.md index ea05bc41a..0510eecaa 100644 --- a/content/en/installation/linux.md +++ b/content/en/installation/linux.md @@ -109,10 +109,10 @@ sudo dnf install hugo Derivatives of the [Gentoo] distribution of Linux include [Calculate Linux], [Funtoo], and others. Follow the instructions below to install the extended edition of Hugo: -1. Specify the `sass` [USE] flag in /etc/portage/package.use/mysql: +1. Specify the `extended` [USE] flag in /etc/portage/package.use/hugo: ```text - www-apps/hugo sass + www-apps/hugo extended ``` 2. Build using the Portage package manager: