Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-08-02 22:51:12 +0300
committerOlivier Roques <olivier@oroques.dev>2020-08-02 22:51:12 +0300
commit84a3d83bc8633a6c67d3aaf3e0204433c3fea184 (patch)
tree23d3258746f33dd7ce578799a1f3767bfd198bf3 /README.md
parent8ae98184e640112d7d817c68ac1bd0889d3fafbe (diff)
Update config
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed035a2..acd0b67 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ the Jekyll theme [ankitsultana/researcher](https://github.com/ankitsultana/resea
## Installation
Add the theme to your site's `themes` directory:
```bash
-mkdir themes # if the themes folder does not exist
+mkdir themes # if the themes folder does not exist yet
git clone https://github.com/ojroques/hugo-researcher themes/researcher
```