diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 6d444d4a3..143dc0a41 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -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).