README.textile in optionsful-0.1.0 vs README.textile in optionsful-0.1.1

- old
+ new

@@ -32,12 +32,16 @@ ~Note the empty line which is part of the HTTP protocol.~ h2. INSTALLATION: # Change directory to your Ruby on Rails web application, -# Run: +# Add gem dependency to @config/environment.rb@: <pre> - $ script/plugin install git://github.com/kayaman/optionsful.git + config.gem "optionsful" +</pre> +# To install it, run: +<pre> + $ gem install optionsful </pre> # Have fun! h2. TODO & WHISH-LIST * -Make the installation easier.- \ No newline at end of file