diff --git a/.gitmodules b/.gitmodules
index fcfdf96..a9c11ca 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,18 @@
[submodule "javascripts/backbrace"]
path = javascripts/backbrace
url = git://github.com/bittorrenttorque/backbrace.git
+[submodule "javascripts/underscore"]
+ path = javascripts/underscore
+ url = git://github.com/jashkenas/underscore.git
+[submodule "javascripts/jquery"]
+ path = javascripts/jquery
+ url = git://github.com/jquery/jquery.git
+[submodule "javascripts/backbone"]
+ path = javascripts/backbone
+ url = git://github.com/jashkenas/backbone.git
+[submodule "javascripts/JSON-js"]
+ path = javascripts/JSON-js
+ url = git://github.com/douglascrockford/JSON-js.git
+[submodule "javascripts/humane-js"]
+ path = javascripts/humane-js
+ url = git://github.com/wavded/humane-js.git
diff --git a/README.md b/README.md
index 91657e6..15a9257 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,7 @@ I'm just a helpful way to get started writing your first bitTorrent web app usin
git clone git://github.com/bittorrenttorque/template.git
cd template
- git submodule init
- git submodule update
+ git submodule update --init --recursive
#License
Copyright 2012 Patrick Williams, BitTorrent Inc.
@@ -29,4 +28,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/index.html b/index.html
index f8dbc37..6c01f06 100755
--- a/index.html
+++ b/index.html
@@ -1,24 +1,34 @@
-