Update CONTRIBUTING.md

Explain git init submodules step when checking out
This commit is contained in:
Lee Byron 2015-01-14 18:23:49 -05:00
parent 45a52bf478
commit 25cb0c6344

View File

@ -8,6 +8,7 @@ Contributions are always welcome, no matter how large or small. Before contribut
* Fork the repository
* Clone your fork and change directory to it (`git clone git@github.com:yourUserName/6to5.git && cd 6to5`)
* Install git submodules (`git submodule init && git submodule update`)
* Install the project dependencies (`npm install`)
* Link your forked clone (`npm link`)
* Develop your changes ensuring you're fetching updates from upstream often