aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMantas <mistermantas@users.noreply.github.com>2017-11-25 12:18:33 +0200
committerMantas <mistermantas@users.noreply.github.com>2017-11-25 12:18:33 +0200
commit00c29925c084edd048766937891b11ed5208b7de (patch)
tree05ba89a89e41ff412273725e26db5b6cbc4a6871 /README.md
parent3c2c054e59607f37a32497ef1279c882051d45d6 (diff)
More of the same
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa2dd21..e4111fd 100644
--- a/README.md
+++ b/README.md
@@ -42,13 +42,13 @@ git init;
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;
+curl -o config.yml https://cdn.rawgit.com/mistermantas/cstate/master/config-example.yml;
# 4. Download cState
cd themes; git submodule add https://github.com/mistermantas/cstate;
# 5. Last off, start the server locally
-hugo serve
+cd ../; hugo serve;
```
And that is it; you have set up cState locally.