readme: Fix build command - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit d01731d53c7c9492cb9666a1223419691a95006c
DIR parent f1e8f010f5f5990c6e172b977e5e2d2878b9a338
HTML Author: Kiril Isakov <kirisakow@users.noreply.github.com>
Date: Sun, 9 Apr 2023 11:59:46 +0200
readme: Fix build command
Diffstat:
M README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git 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