updating the readme

This commit is contained in:
Sam Lown 2011-01-17 16:11:50 +01:00
parent 24329d1f9c
commit e75726f80c

View file

@ -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