From e16149ec35231e72ad933282d307a33e23587f7b Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Mon, 11 May 2020 06:32:53 -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 11c8e30..ad2f0ca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A place for backing up my dotfiles. Be sure to clone recursively if you want to These configs were created and tested on default Ubuntu 20.04, and should only be used on similar systems. 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 ubuntu-focal --recursive https://github.com/shaunrd0/dot ~/dot cd ~/dot/ stow . ``` @@ -13,7 +13,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 ubuntu-focal --recursive https://github.com/shaunrd0/dot /path/to/dot cd /path/to/dot/ stow -t ~ . ```