aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-05 04:31:23 -0400
committertdro <tdro@noreply.example.com>2022-05-05 04:31:23 -0400
commit32b88c5679debf76b897249a146371b31ed87143 (patch)
tree471acbbb2bd3fd7662f324d0e2c4908be7d483c7 /content
parent1641483118677ae2cbed856b77c0afd5f57ddb9c (diff)
downloadcanory-32b88c5679debf76b897249a146371b31ed87143.tar.gz
canory-32b88c5679debf76b897249a146371b31ed87143.tar.bz2
canory-32b88c5679debf76b897249a146371b31ed87143.zip
content/default/messages/quickstart: Add remaining details
Diffstat (limited to 'content')
-rw-r--r--content/default/messages/quickstart.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/default/messages/quickstart.md b/content/default/messages/quickstart.md
index ccd51bd..8e9e2bb 100644
--- a/content/default/messages/quickstart.md
+++ b/content/default/messages/quickstart.md
@@ -6,12 +6,12 @@ author = "default"
+++
Somehow you've ended up here, funny how that works. I'm responsible for
-explaining how to get started.
+explaining how to get started. The copy button is broken...
-GIT CLONE. EXECUTE HUGO.
+GIT CLONE. EXECUTE HUGO. HUGO VERSION >= 0.94.2.
```shell
-git clone
+git clone https://www.thedroneely.com/git/thedroneely/canory
cd canory
hugo
```
@@ -24,10 +24,10 @@ php -S 127.0.0.1:8124
python -m http.server 8125
```
-MAKE USER. STUDY CONTENT FOLDER.
+MAKE USER. STUDY CONTENT AND DATA FOLDER.
```shell
-make auther user=robot
+make author user=robot
```
That concludes our community announcement.