add one-liner

This commit is contained in:
Bryan Black 2018-03-26 15:11:45 -07:00 committed by GitHub
parent 63c41f32c3
commit 75a8d72b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,3 +10,11 @@ ubuntu3 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
ubuntu4 | ubuntu/xenial64 | 1 | 1GB | 10GB* |
freebsd5 | freebsd/FreeBSD-11.1-RELEASE | 1 | 1GB | 10GB* |
freebsd6 | freebsd/FreeBSD-11.1-RELEASE | 1 | 1GB | 10GB* |
## Setup and Start
One-liner:
```
mkdir ~/vm-imperialspeculate || cd ~/vm-imperialspeculate && curl -q https://raw.githubusercontent.com/stationgroup/vagrant-labs/master/imperialspeculate/Vagrantfile -O && vagrant up
```