Updated README with bundler instructions.

This commit is contained in:
Mitchell Hashimoto 2010-01-21 19:13:53 -08:00
parent 6a8d6bcaf4
commit 1ec9cba9a9
2 changed files with 11 additions and 1 deletions

1
README
View File

@ -1 +0,0 @@
Coming soon!

11
README.md Normal file
View File

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