Skip to content

Commit

Permalink
add a bit more detail around install.sh in readme
Browse files Browse the repository at this point in the history
install.sh is really required, you can't just clone source and go.
  • Loading branch information
keen99 authored and g5pw committed Mar 16, 2016
1 parent 72c5acc commit f30825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit f30825a

Please sign in to comment.