From fd37b436b645b64021bfcae7de34a6041baee16c Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Mon, 11 May 2020 06:34:03 -0400 Subject: [PATCH] Update README to reflect new branch names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615dfe0..d2d61a1 100644 --- a/README.md +++ b/README.md @@ -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 ~ . ```