diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:17:48 +0200 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:17:48 +0200 |
commit | 3c2c054e59607f37a32497ef1279c882051d45d6 (patch) | |
tree | a68dde8326767f252ef2f22f967f4dd8a12730aa | |
parent | 3208df6352c0e05208bce95f8d9e9f16769a57ed (diff) |
Last minute fixes to wrong documentation
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |