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

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Auerbeck <tauerbec@redhat.com>2019-03-11 14:51:54 +0300
committerGitHub <noreply@github.com>2019-03-11 14:51:54 +0300
commit0aa8c4a3dfca4d890f8a605bd8d6514c82ce37a7 (patch)
tree583bda53b1b59526192481b871ee42f26b8a3d9e
parent6bb9890ce8bc52cda2ab55079cda6649a37db9f0 (diff)
Fix git submodule error
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1b5764..7e58eaa 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ git clone https://github.com/fncnt/vncnt-hugo themes/vncnt-hugo
```
Or even better, add this repository as a submodule of your **hugo** website, if you are using `git` for it:
```
-git add submodule https://github.com/fncnt/vncnt-hugo themes/vncnt-hugo
+git submodule add https://github.com/fncnt/vncnt-hugo themes/vncnt-hugo
```
## Configuration