12 lines
328 B
Markdown
12 lines
328 B
Markdown
# 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!
|