Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ A. How to get (and contribute) JMVC
http://github.com/jupiterjs/steal and
http://github.com/jupiterjs/jquerymx

3. Add steal and javascriptmvc as submodules of your project...
3. Add steal and jquerymx as submodules of your project...
git submodule add git@github.com:_YOU_/steal.git steal
git submodule add git@github.com:_YOU_/jquerymx.git jquery

* Notice javascriptmvc is under the jquery folder
* Notice jquerymx is under the jquery folder

4. Learn a little more about submodules ...
http://johnleach.co.uk/words/archives/2008/10/12/323/git-submodules-in-n-easy-steps

5. Make changes in steal or jmvc, and push them back to your fork.
5. Make changes in steal or jquerymx, and push them back to your fork.

6. Make a pull request to your fork.