Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorattwad <attwad@users.noreply.github.com>2017-06-15 16:06:38 +0300
committerGitHub <noreply@github.com>2017-06-15 16:06:38 +0300
commit7f0db69a6f17f1fcd18cd56e72a3b3278622a702 (patch)
treeaeef432e2c2e9518393989a12dd7e355be9b2710
parent8abbea48945692fb6b1b833382eb289884156165 (diff)
Fix typo in command to clone hugoBasicExample
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a789cd1..3f24109 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ It is intended to be a demo site for the various [Hugo themes][].
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
git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
hugo server -t <em>themename</em>