Update README.md

This commit is contained in:
Andrew Scott 2021-12-17 23:31:24 -05:00
parent 60bac0d7bc
commit 52e1a25fb6
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -6,7 +6,7 @@
git clone https://codeberg.org/acscott/dotfiles.git ~/.dotfiles git clone https://codeberg.org/acscott/dotfiles.git ~/.dotfiles
cd ~/.dotfiles cd ~/.dotfiles
# list branches # list branches
git branch -l git branch -a
# checkout desired branch # checkout desired branch
git checkout <branch> git checkout <branch>
# update install.sh as needed, then run it # update install.sh as needed, then run it