Updated Instructions for HomeBrew in README

Should fix #276
master
Martin Gondermann 9 years ago committed by GitHub
parent 6645a82003
commit 5b7c067270
  1. 1
      README.md

@ -96,6 +96,7 @@ The symbols are as follows:
```sh
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then
__GIT_PROMPT_DIR=$(brew --prefix)/opt/bash-git-prompt/share
source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh"
fi
```

Loading…
Cancel
Save