1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-07 09:04:00 +02:00

README: Fix typo in command to clone hugoBasicExample

This commit is contained in:
digitalcraftsman 2017-06-15 20:37:03 +02:00 committed by GitHub
commit f7270cb4e1

@ -14,7 +14,7 @@ It is intended to be a demo site for the various [Hugo themes][].
In other words: In other words:
<pre><code>git clone https://github.com/gohugio/HugoBasicExample.git <pre><code>git clone https://github.com/gohugoio/HugoBasicExample.git
cd HugoBasicExample cd HugoBasicExample
git clone --recursive https://github.com/gohugoio/hugoThemes.git themes git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
hugo server -t <em>themename</em> hugo server -t <em>themename</em>