aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-16 11:10:26 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-16 11:12:09 +0100
commita92efb9d9c2371fd0fcb262da29762def8d9e193 (patch)
treea8d487dc4f6596e73685f418929985ffa362bb36 /INSTALL.md
parent92ec0727f9984f4c6c8976998e41b323a32c25cc (diff)
downloadgit-deps-a92efb9d9c2371fd0fcb262da29762def8d9e193.tar.gz
INSTALL.md: don't pretend everyone uses Linux
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3cdc142..cdf5430 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -20,7 +20,11 @@ or on Debian:
sudo apt-get install python-pygit2
-and then install `git-deps`:
+pygit2's website also has installation instructions for
+[Windows](http://www.pygit2.org/install.html#installing-on-windows)
+and [Mac OS](http://www.pygit2.org/install.html#installing-on-os-x).
+
+Finally, install `git-deps` via `pip`:
pip install git-deps
@@ -62,7 +66,9 @@ Now `git-deps` should be on your `$PATH`, which means that executing
If you want to use the shiny new graph visualization web server
functionality, you will need to install some additional dependencies:
-* As `root`, install the command line version of `browserify` with
+* Install `browserify`. For example (at least on Linux) if you want
+ it to be accessible directly from the command-line then you can
+ use the `-g` option of `npm` by running this as `root`:
npm install -g browserify