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

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid hamp-gonsalves <davidhampgonsalves@gmail.com>2017-02-26 16:38:29 +0300
committerGitHub <noreply@github.com>2017-02-26 16:38:29 +0300
commitdd670865aa152dcbcf78fa064a9ac9979aa4f176 (patch)
treeba7c9ae5bcdd58752b4d6510797ce393b0194535
parent19d5408d52dfb38fbe4e787223756a36adb3e560 (diff)
parenta4f61d0390c322649fb0e8ec096dec8e231e7eba (diff)
Merge pull request #2 from hloeffler/fix-readme
fix install command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5c9197..057cb84 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A High contrast, text oriented, performant and Javascript-free theme for Hugo.
## Installation
Inside the folder of your Hugo site run:
```
- git submodule https://github.com/davidhampgonsalves/hugo-black-and-light-theme.git themes/black-and-light
+ git submodule add https://github.com/davidhampgonsalves/hugo-black-and-light-theme.git themes/black-and-light
```
For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.