1
0
Fork 0

Update README.md

This commit is contained in:
Will Farrington 2013-04-05 09:34:06 -06:00
parent 89697ebb74
commit 05e079c37c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ cd ~/src/boxen/puppet-mynewmodule
git init .
git remote add template https://github.com/boxen/puppet-template.git
git fetch template
git co -b master template/master
git checkout -b master template/master
```
Now we're ready to make it our own!