README.textile in caboodle-0.2.22 vs README.textile in caboodle-0.2.23

- old
+ new

@@ -1,37 +1,36 @@ !http://img.skitch.com/20100905-fsdm4du28y6cpbbf8p3b187j18.png! h2. Caboodle is a quick and easy way to create a mashup website -A quick demonstration if you are familiar with Ruby: +What a Caboodle-based site looks like out of the box: +"Stef.io":http://stef.io + +How you set one up (assuming you are familiar with Ruby) + <pre>sudo gem install caboodle caboodle create myproject - (Respond to some questions, such as setting the site's title) cd myproject - caboodle kit:add flickr Please set a value for flickr_username myproject Please set a value for flickr_apikey b1789c432a78990b44d39ff caboodle kit:add tumblr - Please set a value for tumblr_username myproject caboodle kit:home tumblr - (Sets the Tumblr kit as the home page) caboodle heroku:create myproject - caboodle heroku:deploy</pre> h2. "WIKI":http://wiki.github.com/steflewandowski/Caboodle/ "Getting started":http://wiki.github.com/steflewandowski/Caboodle/getting-started includes instructions on how to use Caboodle without any assumed knowledge of Ruby, Git or Heroku which Caboodle relies upon.