diff --git a/README.md b/README.md index 5d60f1b..2e23aa6 100644 --- a/README.md +++ b/README.md @@ -107,14 +107,13 @@ fi - Clone this repository to your home directory. ```sh -cd ~ -git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --depth=1 +git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 ``` Add to the `~/.bashrc`: ``` - GIT_PROMPT_ONLY_IN_REPO=1 - source ~/.bash-git-prompt/gitprompt.sh +GIT_PROMPT_ONLY_IN_REPO=1 +source ~/.bash-git-prompt/gitprompt.sh ``` ### install for the fish shell