diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-16 16:23:23 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-16 16:25:24 +0100 |
commit | 04f5c095d4eccf5808db6dbf90c31a535f7f371c (patch) | |
tree | af8abc12b4f1f0c297908bd2e51be67706e14774 /INSTALL.md | |
parent | 2446d4a6061b65c498b4ad78b507e640553f08f8 (diff) | |
download | git-deps-04f5c095d4eccf5808db6dbf90c31a535f7f371c.tar.gz |
check execution of git-deps first for safety
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ which was [recently introduced to ## Check installation Now `git-deps` should be on your `$PATH`, which means that executing -`git deps` (with a space, not a hyphen) should also work. +it and also `git deps` (with a space, not a hyphen) should both work. ## Install support for web-based graph visualization (`--serve` option) |