lib/omnibus/templates/README.md.erb in omnibus-1.0.0 vs lib/omnibus/templates/README.md.erb in omnibus-1.0.1
- old
+ new
@@ -71,18 +71,18 @@
The only requirements for standing up this virtualized build lab are:
* VirtualBox - native packages exist for most platforms and can be downloaded
from the [VirtualBox downloads page](https://www.virtualbox.org/wiki/Downloads).
-* Vagrant 1.1+ - native packages exist for most platforms and can be downloaded
+* Vagrant 1.2.1+ - native packages exist for most platforms and can be downloaded
from the [Vagrant downloads page](http://downloads.vagrantup.com/).
-The [berkshelf-vagrant](https://github.com/RiotGames/berkshelf-vagrant) and
+The [vagrant-berkshelf](https://github.com/RiotGames/vagrant-berkshelf) and
[vagrant-omnibus](https://github.com/schisamo/vagrant-omnibus) Vagrant plugins
are also required and can be installed easily with the following commands:
```shell
-$ vagrant plugin install berkshelf-vagrant
+$ vagrant plugin install vagrant-berkshelf
$ vagrant plugin install vagrant-omnibus
```
Once the pre-requisites are installed you can build your package across all
platforms with the following command: