Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-reeser committed Jan 15, 2016
1 parent 117dc4b commit c92cff0
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand All @@ -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:
Expand Down

0 comments on commit c92cff0

Please sign in to comment.