diff options
-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`: |