README.md in vagrant-parallels-0.1.3 vs README.md in vagrant-parallels-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ # Vagrant Parallels Provider -[![Build Status](https://travis-ci.org/yshahin/vagrant-parallels.png?branch=master)](https://travis-ci.org/yshahin/vagrant-parallels) -[![Code Climate](https://codeclimate.com/github/yshahin/vagrant-parallels.png)](https://codeclimate.com/github/yshahin/vagrant-parallels) +[![Build Status](https://travis-ci.org/Parallels/vagrant-parallels.png?branch=master)](https://travis-ci.org/Parallels/vagrant-parallels) +[![Code Climate](https://codeclimate.com/github/Parallels/vagrant-parallels.png)](https://codeclimate.com/github/Parallels/vagrant-parallels) This is a [Vagrant](http://www.vagrantup.com) 1.3+ plugin that adds a [Parallels Desktop](http://www.parallels.com/products/desktop/) provider to Vagrant, allowing Vagrant to control and provision machines using Parallels Desktop instead of the default Virtualbox. ## Note @@ -57,13 +57,14 @@ That directory also contains instructions on how to build a box. Download the box file, then use vagrant to add the downloaded box using this command. Remember to use `bundle exec` before `vagrant` command if you are in development mode ``` -$ wget https://s3-eu-west-1.amazonaws.com/vagrant-parallels/devbox.box +$ wget https://s3-eu-west-1.amazonaws.com/vagrant-parallels/devbox-201312.box $ vagrant box add devbox devbox.box --provider=parallels ``` +***updated box file to fix mac address regeneration issue #42, devbox is Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-57-generic x86_64*** The box format is basically just the required `metadata.json` file along with a `Vagrantfile` that does default settings for the provider-specific configuration for this provider. @@ -127,11 +128,11 @@ ## Development To work on the `vagrant-parallels` plugin, clone this repository out ``` -$ git clone https://github.com/yshahin/vagrant-parallels +$ git clone https://github.com/Parallels/vagrant-parallels $ cd vagrant-parallels ``` Use [Bundler](http://gembundler.com) to get the dependencies: @@ -164,10 +165,10 @@ After testing you can also build a gem-package by yourself and then install it as a plugin: (if you have 'vagrant-parallels' plugin already installed, delete it first) ``` -$ git clone https://github.com/yshahin/vagrant-parallels +$ git clone https://github.com/Parallels/vagrant-parallels $ cd vagrant-parallels $ rake build ... $ vagrant plugin install ./pkg/vagrant-parallels-<version>.gem ...