Created
September 22, 2013 16:32
-
-
Save aw/6661598 to your computer and use it in GitHub Desktop.
Vagrant 1.3.x as a ruby gem on FreeBSD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gemfile | |
source 'https://rubygems.org' | |
gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git', :branch => 'v1.3.3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm only doing this because there exists no
installer
for FreeBSD.Enjoy.