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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaohuabing <zhaohuabing@gmail.com>2018-08-08 06:36:50 +0300
committerGitHub <noreply@github.com>2018-08-08 06:36:50 +0300
commit78c2d34e685449d96f9f2ed45c48fa93f6189459 (patch)
tree3092f8b0fe98d59f79fe841d91bb013de7030e07 /README.md
parent8ef4796295481d1063fddc1c66adc6f3b4fb5413 (diff)
Update README.md
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 78eac10..0691ce7 100644
--- a/README.md
+++ b/README.md
@@ -25,14 +25,14 @@ Go to the directory where you have your Hugo site and run:
```
$ mkdir themes
$ cd themes
-$ git clone https://github.com/zhaohuabing/hugo-cleanwhite-theme.git
+$ git clone https://github.com/zhaohuabing/hugo-theme-cleanwhite.git
```
If your site is already a git project, you may want to choose to add the cleanwhite theme as a submodule to avoid messing up your existing git repository.
```
$ mkdir themes
-$ git submodule add https://github.com/zhaohuabing/hugo-theme-cleanwhite themes/hugo-theme-cleanwhite
+$ git submodule add https://github.com/zhaohuabing/hugo-theme-cleanwhite.git themes/hugo-theme-cleanwhite
```
Run Hugo Build-in Server Locally