From 71e00c7ffdfa33a5d66caf1e15ea52fc520b4fc2 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 26 Mar 2018 15:12:49 -0700 Subject: [PATCH] add setup instructions --- offspringidea/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/offspringidea/README.md b/offspringidea/README.md index 661e75d..546fb1a 100644 --- a/offspringidea/README.md +++ b/offspringidea/README.md @@ -17,3 +17,11 @@ ubuntu2 | ubuntu/xenial64 | 1 | 4GB | 120GB* | ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* | ###### _*Disk size shown is the maximum capacity. Disk grows with usage. ~1GB of disk space required per OS install._ + +## :floppy_disk: Setup and Start + +One-liner: + +``` +mkdir ~/vm-offspringidea || cd ~/vm-offspringidea && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/imperialspeculate/Vagrantfile -O && vagrant up +```