diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |