Update quick-start.md

Fixes #862
This commit is contained in:
Bjørn Erik Pedersen
2019-10-30 20:37:24 +01:00
committed by GitHub
parent de36e6f8f0
commit a623ccfd10
+1 -1
View File
@@ -176,7 +176,7 @@ For theme specific configuration options, see the [theme site](https://github.co
It is simple. Just call:
```
hugo
hugo -D
```
Output will be in `./public/` directory by default (`-d`/`--destination` flag to change it, or set `publishdir` in the config file).