Skip to content

Commit

Permalink
updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jan 17, 2011
1 parent 24329d1 commit e75726f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,15 @@ but no guarantees!

gem 'couchrest_model', :git => 'git://github.com/couchrest/couchrest_model.git'

### Development

CouchRest Model now comes with a Gemfile to help with development. If you want to make changes to the code, download a copy then run:

bundle install

That should set everything up for `rake spec` to be run correctly. Update the couchrest_model.gemspec if your alterations
use different gems.

## Generators

### Model
Expand Down

0 comments on commit e75726f

Please sign in to comment.