aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-25 19:26:05 -0400
committertdro <tdro@noreply.example.com>2022-05-25 19:26:05 -0400
commitf2fb20b91c465d5cdacbbbbc1dc87055e20cc281 (patch)
treed31ea3b1175dda898305131d7ac3ac94dfa1d01e /content
parent76fcd575e61a0f0e4ce602387d9a3b6098a23884 (diff)
downloadcanory-f2fb20b91c465d5cdacbbbbc1dc87055e20cc281.tar.gz
canory-f2fb20b91c465d5cdacbbbbc1dc87055e20cc281.tar.bz2
canory-f2fb20b91c465d5cdacbbbbc1dc87055e20cc281.zip
content/default/messages/quickstart: Set branch on clone
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index 8e9e2bb..0dc1357 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -11,7 +11,7 @@ explaining how to get started. The copy button is broken...
GIT CLONE. EXECUTE HUGO. HUGO VERSION >= 0.94.2.
```shell
-git clone https://www.thedroneely.com/git/thedroneely/canory
+git clone --branch 0.2.17 https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo
```