diff options
author | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-11-08 16:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 16:03:48 +0100 |
commit | f07ab7fa31b78e81309078c8fcd842a35f0e6ded (patch) | |
tree | 085fcc3d07f8e51431c30820d957340e2d7d8841 /README.md | |
parent | 143cb9341d0d50c69da9900b4e721db1b66606cd (diff) |
Update README, use git submodule
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |