README.md in architect4r-0.3.4.2 vs README.md in architect4r-0.4

- old
+ new

@@ -65,10 +65,24 @@ end # Init a class based relationship Fanship.new(@user, @instrument, { :reason => 'Because I like you' }) + +Development +----------- + +```bash +# Clone the repo and cd into it, then: +bundle install +bundle exec rake server:install +bundle exec rspec spec/ +``` + +You can also use `guard` to run the specs continuously during development: `bundle exec guard`. + + License ------- Architect4r is copyright (c) 2011 Maximilian Schulz. It is free software, -and may be redistributed under the terms of the MIT License. \ No newline at end of file +and may be redistributed under the terms of the MIT License.