From aff8343948f249f93b0d8425c2f989451edbb929 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Mar 2010 09:01:20 -0800 Subject: [PATCH] Updated README with instructions to installing from Git --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0f8698b85..af4687049 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ There is also a fairly short (12 minute) [getting started video](http://vimeo.co explains how to build a fully functional LAMP development environment, which covers a few parts of Vagrant in more detail than the website guide. +## Installing the Gem from Git + +If you want the bleeding edge version of Vagrant, we try to keep master pretty stable +and you're welcome to give it a shot. The following is an example showing how to do this: + + rake build + sudo rake install + ## Contributing to Vagrant To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can