Update installing.md

This commit is contained in:
Bjørn Erik Pedersen
2018-09-25 13:22:34 +02:00
committed by GitHub
parent 7c0b5b7f56
commit 9c93ac0315
+2 -2
View File
@@ -86,10 +86,10 @@ mkdir $HOME/src
cd $HOME/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install
go install --tags extended
{{< /code >}}
Remove `HUGO_BUILD_TAGS=extended` if you do not want Sass/SCSS support.
Remove `--tags extended` if you do not want/need Sass/SCSS support.
{{% note %}}
If you are a Windows user, substitute the `$HOME` environment variable above with `%USERPROFILE%`.