Update README to reflect new branch names

This commit is contained in:
Shaun Reed 2020-05-11 06:34:03 -04:00
parent f32c1048d1
commit fd37b436b6
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Media keys work for backlight, volume, and yakuake drop-down toggle. Alt is mod
Easiest installation is to clone repository into home directory -
```bash
git clone -b i3-debian --recursive https://github.com/shaunrd0/dot ~/dot
git clone -b master --recursive https://github.com/shaunrd0/dot ~/dot
cd ~/dot/
stow .
```
@ -17,7 +17,7 @@ stow .
If you'd rather clone elsewhere -
```bash
git clone -b i3-debian --recursive https://github.com/shaunrd0/dot /path/to/dot
git clone -b master --recursive https://github.com/shaunrd0/dot /path/to/dot
cd /path/to/dot/
stow -t ~ .
```