Update README.md

This commit is contained in:
Seth Reeser 2016-01-15 12:53:49 -05:00
parent 117dc4bee7
commit c92cff0617
1 changed files with 11 additions and 13 deletions

View File

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