aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-19 03:00:01 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-19 03:00:01 +0000
commit22697a8775889ba9d2c1e4fc689aeec4e67dada8 (patch)
tree1acdb8edac9fba99552711241bf3ebbdc01e85a1 /README.md
parentebc479cfe637902082597fb8d98f8172d94c95d3 (diff)
downloadgit-deps-22697a8775889ba9d2c1e4fc689aeec4e67dada8.tar.gz
copying git-deps to $PATH won't work
The web server currently expects assets to be in the html/ subdirectory relative to where the git-deps script lives.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 432417a..60831f8 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,9 @@ packages for it. For example, on openSUSE, just do:
sudo zypper install python-pygit2
-Then just copy or symlink `git-deps` so it's anywhere on your `$PATH`.
+Then just symlink `git-deps` so it's anywhere on your `$PATH`, e.g.
+
+ ln -s /path/to/git-deps/repo/git-deps ~/bin
If you want to use the shiny new graph visualization web server
functionality, you will need to install some dependencies: