aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages/quickstart.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/default/messages/quickstart.md')
-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.