aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index ed833ff..1f06305 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -8,12 +8,12 @@ author = "default"
Somehow you've ended up here, funny how that works. I'm responsible for
explaining how to get started. The copy button is broken...
-GIT CLONE. EXECUTE HUGO. HUGO VERSION >= 0.94.2.
+GIT CLONE. EXECUTE HUGO TWICE. HUGO VERSION >= 0.94.2.
```shell
git clone --branch 0.2.17 https://www.thedroneely.com/git/thedroneely/canory
cd canory
-hugo
+hugo && hugo
```
SERVE HTML. PREVIEW USING ANY HTTP SERVER.