Update git command in README

Even though a lot of people setup `git co`, it's not available on a fresh install. Makes copy-pasta for creating my-boxen easier.
This commit is contained in:
Josh Nichols 2012-10-11 22:49:15 -04:00
parent 6e1bd53216
commit 4d1599b167

View file

@ -18,7 +18,7 @@ This repository template is just a basic example of _how_ to do things with them
git init
git remote add upstream https://github.com/boxen/our-boxen
git fetch upstream
git co -b master upstream/master
git checkout -b master upstream/master
git remote add origin https://github.com/wfarr/my-boxen
git push origin master