From 060fbab612fe185e475c01e91bab7d9940620fce Mon Sep 17 00:00:00 2001 From: thomashaw Date: Sat, 3 Sep 2016 00:49:52 +0100 Subject: [PATCH] updated install instructions as default ubuntu apt repository has an old incompatible vagrant version --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09e6b5678..57b4710a8 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,12 @@ And the required Ruby Gems (including Nokogiri and Librarian-puppet) ### On Ubuntu these commands should get you up and running ```bash -sudo apt-get install ruby-dev zlib1g-dev liblzma-dev build-essential patch vagrant virtualbox +curl -o vagrant.deb https://releases.hashicorp.com/vagrant/1.8.4/vagrant_1.8.4_x86_64.deb +sudo dpkg -i vagrant.deb +sudo apt-get install ruby-dev zlib1g-dev liblzma-dev build-essential patch virtualbox gem install bundle ``` + Copy SecGen to a directory of your choosing, such as /home/user/bin/SecGen, then: ```bash cd /home/user/bin/SecGen