diff options
author | Olivier Roques <oroques@fastmail.com> | 2020-08-15 11:52:55 +0200 |
---|---|---|
committer | Olivier Roques <oroques@fastmail.com> | 2020-08-15 11:52:55 +0200 |
commit | 8d5d509aee80f7be0beac8ec0afaa6208cbca412 (patch) | |
tree | 269117bfea916b4e3b5721df36af6fd47007f13d | |
parent | d9d854a101157cf6089ec326efae04bd85e394f4 (diff) |
Update readme
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,8 +9,7 @@ A simple monospaced resume theme for Hugo. It was ported from Jekyll theme ## Installation Add the theme to your site's `themes` directory: ```bash -mkdir themes # if the themes folder does not exist yet -git clone https://github.com/ojroques/hugo-researcher themes/researcher +git submodule add https://github.com/ojroques/hugo-researcher.git themes/researcher ``` Update the theme option in `config.toml`: |