aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shpak <alex-shpak@users.noreply.github.com>2018-11-08 16:03:48 +0100
committerGitHub <noreply@github.com>2018-11-08 16:03:48 +0100
commitf07ab7fa31b78e81309078c8fcd842a35f0e6ded (patch)
tree085fcc3d07f8e51431c30820d957340e2d7d8841
parent143cb9341d0d50c69da9900b4e721db1b66606cd (diff)
Update README, use git submodule
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd2a8ca..28e1154 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
## Installation
Navigate to your hugo website root and run:
```
-git clone git@github.com:alex-shpak/hugo-book.git themes/book
+git submodule add https://github.com/alex-shpak/hugo-book themes/book
```
Then run hugo (or set `theme: book` in configuration file)