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:
authorfncnt <github@vncnt.eu>2019-03-06 17:47:22 +0300
committerfncnt <github@vncnt.eu>2019-03-06 17:47:22 +0300
commita48a8ae4a273e5d8332d0fabab440516561885fa (patch)
tree3b7eeed847733cf58caccc24b2e918b397db2613
parent38d6c4f4b719fb09e180e5844e0c5e307d62386b (diff)
Update installation in README.md to include adding the theme as a submodule
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index acf3b37..f1b5764 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,11 @@ This is a simple theme for [**hugo**](https://gohugo.io/) which can serve as a t
Clone this repo into your `themes` directory of your **hugo** website:
```
-git clone https://github.com/fncnt/vncnt-hugo
+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
```
## Configuration