From f5ed47240f9434788da4c8a6124b943bea15d7e6 Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Sun, 31 Aug 2008 12:13:35 -0700 Subject: [PATCH] remove submodule instructions since we use rack gem now --- README.rdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 355d4dc8..b4b70001 100644 --- a/README.rdoc +++ b/README.rdoc @@ -479,7 +479,6 @@ screencasts about Git, which you can find here: http://www.gitcasts.com/ cd where/you/keep/your/projects git clone git://github.com/bmizerany/sinatra.git cd sinatra - git submodule update --init cd path/to/your_project ln -s ../sinatra/ @@ -487,7 +486,6 @@ screencasts about Git, which you can find here: http://www.gitcasts.com/ cd where/you/keep/sinatra git pull - git submodule update --init === Using Edge Sinatra in Your App