aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-07 19:22:15 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 01:27:46 +0000
commit583e27a922e7c5f51811f6fbe76313ae25554e85 (patch)
tree6f5dc478c19b3aeaf72330593e864aa9bc0f27e4 /README.md
parent5f600c0444e663d68d1a65c051eb85d5ed8b0db6 (diff)
downloadgit-deps-583e27a922e7c5f51811f6fbe76313ae25554e85.tar.gz
remove imported js packages and use npm instead
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
-----