Skip to content

Commit 883b19b

Browse files
committed
add dev version install instructions to README
1 parent c9ac562 commit 883b19b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,19 @@ it will attempt to do so with elevated privileges, causing the
119119
Due to limitations caused by UAC, cancelling out of the UAC prompt will not cause any
120120
visible errors, however the ```hosts``` file will not be updated.
121121

122+
Installing development version
123+
------------------------------
124+
125+
If you want to install the bleeding version of vagrant-hostmanager (*at your own risk*), you can do the following
126+
(requires ruby and git):
127+
128+
```
129+
git clone https://github.com/smdahlen/vagrant-hostmanager.git
130+
cd vagrant-hostmanager
131+
rake gem:build
132+
vagrant plugin install pkg/vagrant-hostmanager-*.gem
133+
```
134+
122135
Contribute
123136
----------
124137
Contributions are welcome.

0 commit comments

Comments
 (0)