From 04f5c095d4eccf5808db6dbf90c31a535f7f371c Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 16 May 2018 16:23:23 +0100 Subject: check execution of git-deps first for safety --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 652a1d1..3e3ec3b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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) -- cgit