Skip to content

Commit c92cff0

Browse files
committed
Update README.md
1 parent 117dc4b commit c92cff0

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,6 @@ and give your user Modify permission.
148148
Due to limitations caused by UAC, cancelling out of the UAC prompt will not cause any
149149
visible errors, however the ```hosts``` file will not be updated.
150150

151-
Installing development version
152-
------------------------------
153-
154-
If you want to install the bleeding version of vagrant-hostmanager (*at your own risk*), you can do the following
155-
(requires ruby and git):
156-
157-
```
158-
git clone https://github.com/smdahlen/vagrant-hostmanager.git
159-
cd vagrant-hostmanager
160-
rake gem:build
161-
vagrant plugin install pkg/vagrant-hostmanager-*.gem
162-
```
163-
164151

165152
Contribute
166153
----------
@@ -174,6 +161,17 @@ To contribute, fork then clone the repository, and then the following:
174161
3. Then install vagrant-hostmanager dependancies:
175162
* `bundle _1.6.9_ install`
176163

164+
**Testing**
165+
166+
1. Build and package your newly developed code:
167+
* `rake gem:build`
168+
2. Then install the packaged plugin:
169+
* `vagrant plugin install pkg/vagrant-hostmanager-*.gem`
170+
3. Once you're done testing, roll-back to the latest released version:
171+
* `vagrant plugin uninstall vagrant-hostmanager`
172+
* `vagrant plugin install vagrant-hostmanager`
173+
4. Once you're satisfied developing and testing your new code, please submit a pull request for review.
174+
177175
**Releasing**
178176

179177
To release a new version of vagrant-hostmanager you will need to do the following:

0 commit comments

Comments
 (0)