README.md in vagrant-parallels-0.0.9 vs README.md in vagrant-parallels-0.1.0
- old
+ new
@@ -10,21 +10,26 @@
This project is still in active development and not all vagrant features have been developed, so please report any issues you might find.
Almost all features are available except for exporting/packaging VM's. This will be available soon.
We look forward to hearing from you with any issues or features. Thank you!
+## Installation
+The latest version of this provider is supporting **only Vagrant 1.4 or higher**.
+If you are still using Vagrant 1.3.*, please, specify the plugin version '0.0.9':
+
+- For Vagrant 1.4 or higher execute `vagrant plugin install vagrant-parallels`.
+- For Vagrant 1.3.x execute `vagrant plugin install vagrant-parallels --plugin-version 0.0.9`.
+
## Usage
-Install using standard Vagrant 1.1+ plugin installation methods. After installing, then do a `vagrant up` and specify the `parallels` provider. An example is shown below.
+After installing, then do a `vagrant up` and specify the `parallels` provider. An example is shown below.
```
-$ vagrant plugin install vagrant-parallels
-...
$ vagrant init
$ vagrant up --provider=parallels
...
```
-You need to have a parallels compatible box file installed before doing a `vagrant up`, please refer to the coming section for instructions.
+You need to have a parallels compatible box specified in your `Vagrantfile` before doing a `vagrant up`, please refer to the coming section for instructions.
### Default Provider
When using parallels as your vagrant provider after almost every command you will need to append `--provider=parallels`. To simplify this you can set your default vagrant provider as **parallels**