git clone --depth=0 is invalid, Fixes #241

master
Martin Gondermann 10 years ago
parent 3fe5e519dc
commit cca16cc260
  1. 2
      README.md

@ -106,7 +106,7 @@ fi
```sh ```sh
cd ~ cd ~
git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --depth=0 git clone https://github.com/magicmonty/bash-git-prompt.git .bash-git-prompt --depth=1
``` ```
Add to the `~/.bashrc`: Add to the `~/.bashrc`:

Loading…
Cancel
Save