From 831c03c7909e23e3bdedc66cc45116121d75acfb Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Tue, 18 Oct 2011 00:48:37 +0800 Subject: [PATCH] Added info to install task --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 074de4c..6c95509 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,7 @@ done # Set up if ! [[ -s "$HOME/.git.scmbrc" ]]; then cp "$HOME/.scm_breeze/git.scmbrc.example" "$HOME/.git.scmbrc" - echo "== git.scmbrc.example has been copied to ~/.git.scmbrc. " + echo "== 'git.scmbrc.example' has been copied to '~/.git.scmbrc'. + Please edit this file to change SCM Breeze settings, and Git aliases & keyboard shortcuts." fi