File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,18 @@ read the official [Vagrant documentation](https://docs.vagrantup.com/v2/) first.
25
25
26
26
## Installation
27
27
Make sure that you have [ Parallels Desktop for Mac] ( https://www.parallels.com/products/desktop/ )
28
- and [ Vagrant] ( https://www.vagrantup.com/downloads.html ) properly installed.
29
- We recommend that you use the latest versions of these products.
28
+ and [ Vagrant] ( https://www.vagrantup.com/downloads.html ) properly installed. We recommend
29
+ that you use the latest versions of these products.
30
30
31
- Parallels provider is a plugin for Vagrant. Run this command to install it:
31
+ Additionally, you'll need the command line software development tools provided as a part of Xcode
32
+ to be able to build the plugin on your machine. To install these, run this command:
33
+
34
+ ```
35
+ $ xcode-select --install
36
+ ```
37
+
38
+
39
+ You can then install the Parallels provider plugin for Vagrant. Run this command to install it:
32
40
33
41
```
34
42
$ vagrant plugin install vagrant-parallels
You can’t perform that action at this time.
0 commit comments