Skip to content

Commit df15e90

Browse files
committed
Explain VMWare Fusion as alternative to VirtualBox in the README.
1 parent 0f1071c commit df15e90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project automates the setup of a development environment for working on Rub
88

99
## Requirements
1010

11-
* [VirtualBox](https://www.virtualbox.org)
11+
* [VirtualBox](https://www.virtualbox.org) or [VMWare Fusion](http://www.vmware.com/products/fusion)
1212

1313
* [Vagrant 1.1+](http://vagrantup.com) (not a Ruby gem)
1414

@@ -22,6 +22,8 @@ Building the virtual machine is this easy:
2222

2323
That's it.
2424

25+
(If you want to use VMWare Fusion instead of VirtualBox, write `vagrant up --provider=vmware_fusion` instead of `vagrant up` when building the VM for the first time. After that, Vagrant will remember your provider choice, and you won't need to include the `provider` flag again.)
26+
2527
If the base box is not present that command fetches it first. The setup itself takes about 3 minutes in my MacBook Air. After the installation has finished, you can access the virtual machine with
2628

2729
host $ vagrant ssh

0 commit comments

Comments
 (0)