add a bit more detail around install.sh in readme

install.sh is really required, you can't just clone source and go.
This commit is contained in:
keen99
2014-07-08 17:04:31 -04:00
parent 47111d274d
commit ee450688fb

View File

@@ -287,7 +287,7 @@ git clone git://github.com/ndbroadbent/scm_breeze.git ~/.scm_breeze
source ~/.bashrc # or source ~/.zshrc 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"` `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"`