diff options
author | tdro <tdro@noreply.example.com> | 2022-05-25 19:26:05 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-05-25 19:26:05 -0400 |
commit | f2fb20b91c465d5cdacbbbbc1dc87055e20cc281 (patch) | |
tree | d31ea3b1175dda898305131d7ac3ac94dfa1d01e | |
parent | 76fcd575e61a0f0e4ce602387d9a3b6098a23884 (diff) | |
download | canory-f2fb20b91c465d5cdacbbbbc1dc87055e20cc281.tar.gz canory-f2fb20b91c465d5cdacbbbbc1dc87055e20cc281.tar.bz2 canory-f2fb20b91c465d5cdacbbbbc1dc87055e20cc281.zip |
content/default/messages/quickstart: Set branch on clone
-rw-r--r-- | content/default/messages/quickstart.md | 2 |
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 ``` |