diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-19 03:00:01 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-19 03:00:01 +0000 |
commit | 22697a8775889ba9d2c1e4fc689aeec4e67dada8 (patch) | |
tree | 1acdb8edac9fba99552711241bf3ebbdc01e85a1 /README.md | |
parent | ebc479cfe637902082597fb8d98f8172d94c95d3 (diff) | |
download | git-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.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |