Skip to content

Commit

Permalink
Merge pull request laravel#1384 from kreischweide/vmware-windows-fix
Browse files Browse the repository at this point in the history
Added information on the provider for VMware Workstation (Windows)
  • Loading branch information
taylorotwell committed May 8, 2015
2 parents dfc5314 + 47d731c commit f751a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The `Homestead.yaml` file will be placed in your `~/.homestead` directory.

### Configure Your Provider

The `provider` key in your `Homestead.yaml` file indicates which Vagrant provider should be used: `virtualbox` or `vmware_fusion`. You may set this to whichever provider you prefer.
The `provider` key in your `Homestead.yaml` file indicates which Vagrant provider should be used: `virtualbox`, `vmware_fusion` (Mac OS X) or `vmware_workstation` (Windows). You may set this to whichever provider you prefer.

provider: virtualbox

Expand Down

0 comments on commit f751a07

Please sign in to comment.