aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMantas <mistermantas@users.noreply.github.com>2017-11-25 12:17:48 +0200
committerMantas <mistermantas@users.noreply.github.com>2017-11-25 12:17:48 +0200
commit3c2c054e59607f37a32497ef1279c882051d45d6 (patch)
treea68dde8326767f252ef2f22f967f4dd8a12730aa /README.md
parent3208df6352c0e05208bce95f8d9e9f16769a57ed (diff)
Last minute fixes to wrong documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01115bc..aa2dd21 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,12 @@ For this tutorial, it is assumed that you have Hugo and Git installed (check wit
**This does not seem to work in one go on PowerShell, so enter each command individually.**
```bash
-# !. First off, we initialize the Git repository
+# 1. First off, we initialize the Git repository
+# !: If you already have one, skip this step
git init;
# 2. Then this creates all the necessary directories
-mkdir -p content/issues themes static;
+mkdir -p content/issues, themes, static;
# 3. We get the config file
curl -o config.yml https://cdn.rawgit.com/mistermantas/cstate/4bc81871/config-example.yml;