Finishing the renaming process
This commit is contained in:
parent
c1998d2127
commit
8f1c83865a
|
@ -1,8 +1,6 @@
|
|||
gembin/*
|
||||
vendor/gems/*
|
||||
pkg/*
|
||||
Hobofile
|
||||
.hobo
|
||||
Vagrantfile
|
||||
.vagrant
|
||||
.bundle
|
||||
*.lock
|
||||
cookbooks/*
|
|
@ -1,11 +1,11 @@
|
|||
# Hobo
|
||||
# Vagrant
|
||||
|
||||
## Contributing to Hobo
|
||||
## Contributing to Vagrant
|
||||
|
||||
To hack on hobo, you'll need [Wycat's Bundler](http://github.com/wycats/bundler) which can
|
||||
To hack on hobo, you'll need [bundler](http://github.com/carlhuda/bundler) which can
|
||||
be installed with a simple `sudo gem install bundler`. Afterwords, do the following:
|
||||
|
||||
gem bundle test
|
||||
bundle install
|
||||
rake
|
||||
|
||||
This will run the test suite, which should come back all green! Then you're good to go!
|
||||
|
|
Loading…
Reference in New Issue