File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,19 @@ it will attempt to do so with elevated privileges, causing the
119
119
Due to limitations caused by UAC, cancelling out of the UAC prompt will not cause any
120
120
visible errors, however the ``` hosts ``` file will not be updated.
121
121
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
+
122
135
Contribute
123
136
----------
124
137
Contributions are welcome.
You can’t perform that action at this time.
0 commit comments