Skip to content

Commit

Permalink
expand readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdball committed Feb 13, 2012
1 parent ea7c930 commit 1f05869
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions 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 ## Usage


1. `$ git clone (git repo url)` 1. `rake watch`
2. `cd coffee-taster` 2. Edit `coffee/main.coffee`
3. `rake watch` 3. Open http://localhost:3000/ in a browser
4. Edit `/coffee/main.coffee` 4. Iterate, experiment, play!
5. Open http://localhost:3000/ in a browser
6. Iterate, experiment, play!

0 comments on commit 1f05869

Please sign in to comment.