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

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2018-08-07 20:05:57 +0300
committerMarcelo Canina <me@marcanuy.com>2018-08-07 20:05:57 +0300
commitca24920ed42429989f74ce90aa3740f10626e10e (patch)
treedd3cd056bae46c7ccec7f3f58b7159da9aedbda2 /README.md
parent9d03424db270ca035f1ba6bc5cdf17362b4a16ff (diff)
update installation instructions in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 93ee93a..6e21a45 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,11 @@ Inside the folder of your Hugo site run:
$ cd themes
$ git clone https://github.com/marcanuy/simpleit-hugo-theme
+This theme uses `npm` to handle packages, so we need to install them
+
+ $ cd simpleit-hugo-theme
+ $ make install
+
For more information read the official [setup guide](//gohugo.io/getting-started/installing/) of Hugo.