From 883b19b1f0264317e6af2d6772604b8aaae8f49d Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Mon, 26 May 2014 15:27:14 -0400 Subject: [PATCH] add dev version install instructions to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 11ad583..b2f8719 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,19 @@ it will attempt to do so with elevated privileges, causing the 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 ---------- Contributions are welcome.