Skip to content

Commit

Permalink
remove submodule instructions since we use rack gem now
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Aug 31, 2008
1 parent 480fbfa commit f5ed472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.rdoc
Expand Up @@ -479,15 +479,13 @@ screencasts about Git, which you can find here: http://www.gitcasts.com/
cd where/you/keep/your/projects cd where/you/keep/your/projects
git clone git://github.com/bmizerany/sinatra.git git clone git://github.com/bmizerany/sinatra.git
cd sinatra cd sinatra
git submodule update --init
cd path/to/your_project cd path/to/your_project
ln -s ../sinatra/ ln -s ../sinatra/


=== Updating Your Existing Sinatra Clone === Updating Your Existing Sinatra Clone


cd where/you/keep/sinatra cd where/you/keep/sinatra
git pull git pull
git submodule update --init


=== Using Edge Sinatra in Your App === Using Edge Sinatra in Your App


Expand Down

0 comments on commit f5ed472

Please sign in to comment.