diff --git a/README.md b/README.md index 518eec1..051011f 100644 --- a/README.md +++ b/README.md @@ -148,19 +148,6 @@ and give your user Modify permission. Due to limitations caused by UAC, cancelling out of the UAC prompt will not cause any visible errors, however the ```hosts``` file will not be updated. -Installing development version ------------------------------- - -If you want to install the bleeding version of vagrant-hostmanager (*at your own risk*), you can do the following -(requires ruby and git): - -``` -git clone https://github.com/smdahlen/vagrant-hostmanager.git -cd vagrant-hostmanager -rake gem:build -vagrant plugin install pkg/vagrant-hostmanager-*.gem -``` - Contribute ---------- @@ -174,6 +161,17 @@ To contribute, fork then clone the repository, and then the following: 3. Then install vagrant-hostmanager dependancies: * `bundle _1.6.9_ install` +**Testing** + +1. Build and package your newly developed code: + * `rake gem:build` +2. Then install the packaged plugin: + * `vagrant plugin install pkg/vagrant-hostmanager-*.gem` +3. Once you're done testing, roll-back to the latest released version: + * `vagrant plugin uninstall vagrant-hostmanager` + * `vagrant plugin install vagrant-hostmanager` +4. Once you're satisfied developing and testing your new code, please submit a pull request for review. + **Releasing** To release a new version of vagrant-hostmanager you will need to do the following: