Updated README with bundler instructions.
This commit is contained in:
parent
6a8d6bcaf4
commit
1ec9cba9a9
|
@ -0,0 +1,11 @@
|
||||||
|
# Hobo
|
||||||
|
|
||||||
|
## Contributing to Hobo
|
||||||
|
|
||||||
|
To hack on hobo, you'll need [Wycat's Bundler](http://github.com/wycats/bundler) which can
|
||||||
|
be installed with a simple `sudo gem install bundler`. Afterwords, do the following:
|
||||||
|
|
||||||
|
gem bundle test
|
||||||
|
rake
|
||||||
|
|
||||||
|
This will run the test suite, which should come back all green! Then you're good to go!
|
Loading…
Reference in New Issue