update rogue 6to5 occurences to babel

This commit is contained in:
Sebastian McKenzie
2015-02-15 20:39:46 +11:00
parent 010ff3ec31
commit c5e01146fd
5 changed files with 7 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ pollutes the git tree.
#### Workflow
* Fork the repository
* Clone your fork and change directory to it (`git clone git@github.com:yourUserName/babel.git && cd 6to5`)
* Clone your fork and change directory to it (`git clone git@github.com:yourUserName/babel.git && cd babel`)
* Install the project dependencies (`make bootstrap`)
* Link your forked clone (`npm link`)
* Develop your changes ensuring you're fetching updates from upstream often