Update README
This commit is contained in:
parent
ec38417abb
commit
a87695d619
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue