From 8f9bb0c9b3e752af8d5d1deb94769257f9d18169 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 13 Aug 2010 23:26:48 -0700 Subject: [PATCH] Updated README for Bundler RC5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4721af36..2240d383a 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ and you're welcome to give it a shot. The following is an example showing how to ## Contributing to Vagrant To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can -be installed with a simple `gem install bundler`. Afterwords, do the following: +be installed with a simple `gem install bundler --pre`. Afterwords, do the following: bundle install - bundle exec rake + rake This will run the test suite, which should come back all green! Then you're good to go!