robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

How to update the submodules? #4

Closed pyrostrex closed 12 years ago

pyrostrex commented 13 years ago

Sorry if this is a silly question. But because i'm really not familiar with git and i couldn't find good tutorial to go with. How do i update the submodules. What i want is the latest version. Not the one in this repository. Thanks.

kavu commented 13 years ago

Try something like that git submodule foreach git pull

robrighter commented 12 years ago

In version 2 just update the package.json file to include the new dependency modules and run npm install.