diff options
author | Adam Spiers <git@adamspiers.org> | 2015-03-06 12:54:20 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-03-06 12:56:47 +0000 |
commit | 580af24ed990c04ffc967c62a45a2e460f1cf027 (patch) | |
tree | 94f62892b22f4c155fe58d427e031569a5cad0e2 /README.md | |
parent | bb0a84abdbaee22565112c45cc8d8fdef2e12d42 (diff) | |
parent | 4e8ef4e7248fb1d961f49a32f095bb4d8829c374 (diff) | |
download | git-deps-580af24ed990c04ffc967c62a45a2e460f1cf027.tar.gz |
Merge pull request #46 from mcepl/patch-1
Update README.md
Fixes #45
(Tweaked wording of pull request during merge.)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -119,6 +119,9 @@ Then just symlink `git-deps` so it's anywhere on your `$PATH`, e.g. If you want to use the shiny new graph visualization web server functionality, you will need to install some dependencies: +* As `root`, install the command line version of `browserify` with + + npm install -g browserify * To install the required Javascript libraries, you will need [`npm`](https://www.npmjs.com/) installed, and then type: |