From a87695d6199b215e31587faa994299ce9bebe44f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 2 Nov 2011 21:19:06 -0700 Subject: [PATCH] Update README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 87f95dc80..4a2018cd1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vagrant * Website: [http://vagrantup.com](http://vagrantup.com) -* Source: [http://github.com/mitchellh/vagrant](http://github.com/mitchellh/vagrant) +* Source: [https://github.com/mitchellh/vagrant](https://github.com/mitchellh/vagrant) * IRC: `#vagrant` on Freenode * Mailing list: [Google Groups](http://groups.google.com/group/vagrant-up) @@ -34,10 +34,6 @@ the box doesn't already exist on your system. To learn how to build a fully functional rails development environment, view the [getting started guide](http://vagrantup.com/docs/getting-started/index.html). -There is also a fairly short (12 minute) [getting started video](http://vimeo.com/9976342) which -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 @@ -48,7 +44,7 @@ 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 --pre`. Afterwords, do the following: +be installed with a simple `gem install bundler`. Afterwords, do the following: bundle install rake