From ee450688fb7f38e908a6fe5f2ccdb270b3cf4ff1 Mon Sep 17 00:00:00 2001 From: keen99 Date: Tue, 8 Jul 2014 17:04:31 -0400 Subject: [PATCH] add a bit more detail around install.sh in readme install.sh is really required, you can't just clone source and go. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ec4181c..fb635e7 100644 --- a/README.markdown +++ b/README.markdown @@ -287,7 +287,7 @@ git clone git://github.com/ndbroadbent/scm_breeze.git ~/.scm_breeze source ~/.bashrc # or source ~/.zshrc ``` -The install script just adds the following line to your `.bashrc` or `.zshrc`: +The install script creates required default configs and adds the following line to your `.bashrc` or `.zshrc`: `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"`