aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-26 19:08:37 -0400
committertdro <tdro@noreply.example.com>2022-05-26 19:08:37 -0400
commit5f8a733681a5fe20dae17326d020e20bb257f3b4 (patch)
tree42661853fa2507d56d651f01db9a1bc61794fb26 /content
parent7f8f4c2dbe5fbf157fd21558a6856fd11c8ea43c (diff)
downloadcanory-5f8a733681a5fe20dae17326d020e20bb257f3b4.tar.gz
canory-5f8a733681a5fe20dae17326d020e20bb257f3b4.tar.bz2
canory-5f8a733681a5fe20dae17326d020e20bb257f3b4.zip
content/default/messages/quickstart: Say generate twice
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.