Skip to content
Teemu Matilainen edited this page Aug 30, 2013 · 14 revisions

Documentation

Installing a pre-release version

vagrant plugin install --plugin-source https://rubygems.org/ --plugin-prerelease vagrant-proxyconf
  • Development version from git repository:
git clone https://github.com/tmatilai/vagrant-proxyconf.git
cd vagrant-proxyconf
bundle
bundle exec rake build
vagrant plugin install pkg/vagrant-proxyconf-*.gem
Clone this wiki locally