From 3c2c054e59607f37a32497ef1279c882051d45d6 Mon Sep 17 00:00:00 2001 From: Mantas Date: Sat, 25 Nov 2017 12:17:48 +0200 Subject: Last minute fixes to wrong documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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; -- cgit v1.2.3-70-g09d2