]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
readme: Fix build command
authorKiril Isakov <kirisakow@users.noreply.github.com>
Sun, 9 Apr 2023 09:59:46 +0000 (11:59 +0200)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2023 09:59:46 +0000 (11:59 +0200)
README.md

index 19fb2ecac90170a6ff316aae8c40fbe331382cf7..f746f30d87c81655580411e6f2acb254bff22222 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,10 +82,10 @@ To fetch, build and install from the Github source:
 go install github.com/gohugoio/hugo@latest
 ```
 
-If you want to compile with Sass/SCSS support use `--tags extended` and make sure `CGO_ENABLED=1` is set in your go environment. If you don't want to have CGO enabled, you may use the following command to temporarily enable CGO only for hugo compilation:
+If you want to compile with Sass/SCSS support use `-tags extended` and make sure `CGO_ENABLED=1` is set in your go environment. If you don't want to have CGO enabled, you may use the following command to temporarily enable CGO only for hugo compilation:
 
 ```bash
-CGO_ENABLED=1 go install --tags extended github.com/gohugoio/hugo@latest
+CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
 ```
 
 ## The Hugo Documentation