From a623ccfd103f21ecb22dcbb85fe9dcbbe523000c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 30 Oct 2019 20:37:24 +0100 Subject: [PATCH] Update quick-start.md Fixes #862 --- content/en/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).