diff options
author | Olivier Roques <oroques@fastmail.com> | 2021-01-31 12:53:36 +0100 |
---|---|---|
committer | Olivier Roques <oroques@fastmail.com> | 2021-01-31 12:54:27 +0100 |
commit | 81ebea577c9f8b5a5571db0256a8ddc3da9e198b (patch) | |
tree | d1106dfd7d0b64c656bf29f877bfd1f0d4be8d52 | |
parent | 281cdb775e6cb1179ffb4b166dcd5473ee0a01ce (diff) |
Update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ This theme uses Sass to generate CSS files so make sure you have the Add the theme to your site's `themes` directory: ```bash git submodule add https://github.com/ojroques/hugo-researcher.git themes/researcher +# if your website is not managed by git: +# git clone https://github.com/ojroques/hugo-researcher.git themes/researcher ``` Update the theme option in `config.toml`: |