diff options
author | Adam Spiers <git@adamspiers.org> | 2015-09-25 16:30:53 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-09-25 16:30:53 +0100 |
commit | bd9ed690b5f8d30c58e8d5d08dea6cdf18eccd97 (patch) | |
tree | c7664619cec7a2969ae6b292ec709febd1c6b037 | |
parent | 5b03014ccaf27e4945d1adcd5ab17b512feb5c76 (diff) | |
download | git-deps-bd9ed690b5f8d30c58e8d5d08dea6cdf18eccd97.tar.gz |
add .py extension for Code Climate
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | git-deps.py (renamed from git-deps) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ packages for it. For example, on openSUSE, just do: Then just symlink `git-deps` so it's anywhere on your `$PATH`, e.g. - ln -s /path/to/git-deps/repo/git-deps ~/bin + ln -s /path/to/git-deps/repo/git-deps.py ~/bin/git-deps If you want to use the shiny new graph visualization web server functionality, you will need to install some dependencies: |