From 5f8a733681a5fe20dae17326d020e20bb257f3b4 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 26 May 2022 19:08:37 -0400 Subject: content/default/messages/quickstart: Say generate twice --- content/default/messages/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') 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. -- cgit v1.2.3