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:07:30 +0300
committerMarcelo Canina <me@marcanuy.com>2018-08-07 20:07:30 +0300
commitf7a789dc091b299236968d0e5bca5933a2167ec1 (patch)
tree094d9bf7bff6efe44367075d3c27f2720b8dc056 /README.md
parentca24920ed42429989f74ce90aa3740f10626e10e (diff)
improve readme install
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6e21a45..a4152c4 100644
--- a/README.md
+++ b/README.md
@@ -66,12 +66,15 @@ 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
+This theme uses
+[npm](https://docs.npmjs.com/getting-started/what-is-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.
+For more information read the official [setup
+guide](//gohugo.io/getting-started/installing/) of Hugo.
### Run locally