Mentioning `install-gitless.sh` in the "no git" error message - finishing off #246.

master
Jordan Harband 2013-09-21 12:58:01 -07:00
parent 5e2ad5bb8d
commit e6116d96ab
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
NVM_DIR="$HOME/.nvm"
if ! hash git 2>/dev/null; then
echo >&2 "You need to install git."
echo >&2 "Visit http://git-scm.com/downloads"
echo >&2 "You need to install git - visit http://git-scm.com/downloads"
echo >&2 "or, use install-gitless.sh instead."
exit 1
fi