Skip to content

Commit c7824c5

Browse files
authored
Merge pull request #501 from middaparka/patch-1
Update README.md to mention Xcode command line development tools
2 parents fbf2134 + 8c5936e commit c7824c5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@ read the official [Vagrant documentation](https://docs.vagrantup.com/v2/) first.
2525

2626
## Installation
2727
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.
3030

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:
3240

3341
```
3442
$ vagrant plugin install vagrant-parallels

0 commit comments

Comments
 (0)