templates/README.md.erb in wukong-deploy-0.0.2 vs templates/README.md.erb in wukong-deploy-0.1.0

- old
+ new

@@ -1,6 +1,6 @@ -f# Welcome to the Infochimps Platform! +# Welcome to the Infochimps Platform! The [Infochimps Platform](http://www.infochimps.com) is an end-to-end, managed solution for building Big Data applications. It integrates best-of-breed technologies like [Hadoop](http://hadoop.apache.org/), [Storm](https://github.com/nathanmarz/storm), @@ -84,20 +84,14 @@ From within the root of your deploy pack run the following commands ``` $ sudo gem install bundler -$ bundle install --standalone +$ bundle install ``` If you're using [rbenv](https://github.com/sstephenson/rbenv) you may -want to run `rbenv exec bundle install --standalone`. - -Bundler will install all the necessary dependencies locally in a -directory called `bundle`. We use a `standalone` installation of your -application bundle because this makes it easier to connect code in the -deploy pack to frameworks like Hadoop, Storm, &c. when your code is -running within the Infochimps Platform. +want to run `rbenv exec bundle install`. ### Configuration Your deploy pack doesn't need any configuration out of the box. As you begin to extend it you may add functionality which benefits from