diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:18:33 +0200 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:18:33 +0200 |
commit | 00c29925c084edd048766937891b11ed5208b7de (patch) | |
tree | 05ba89a89e41ff412273725e26db5b6cbc4a6871 | |
parent | 3c2c054e59607f37a32497ef1279c882051d45d6 (diff) |
More of the same
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |