diff --git a/README.md b/README.md index c701b1b..f877cc7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,22 @@ +## Installation + +### Prerequisite: RVM + +[Install RVM](http://octopress.org/docs/setup/rvm) unless you are using it already and then install Ruby 1.9.3. + +### Steps + +``` +git clone git://github.com/sdball/coffee-taster.git` +cd coffee-taster +rvm gemset name # should report coffee-taster +gem install bundler +bundle install +``` + ## Usage -1. `$ git clone (git repo url)` -2. `cd coffee-taster` -3. `rake watch` -4. Edit `/coffee/main.coffee` -5. Open http://localhost:3000/ in a browser -6. Iterate, experiment, play! +1. `rake watch` +2. Edit `coffee/main.coffee` +3. Open http://localhost:3000/ in a browser +4. Iterate, experiment, play!