aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2acee1b..de8be62 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,12 @@ Installation
Just copy or symlink `git-deps` so it's anywhere on your `$PATH`.
+To install the required Javascript libraries, you will need
+[`npm`](https://www.npmjs.com/) installed, and then type:
+
+ cd html
+ npm install
+
Usage
-----