This commit is contained in:
Robin Dunn
2018-02-01 19:27:27 -08:00
parent 73af9141ad
commit 2956f14ce6

View File

@@ -50,7 +50,7 @@ release or the snapshots server can be used. With that file in place then a
build for a specific distro can be done with just a few vagrant commands, for
example::
cd vagrant/ubuntu-16.04-x64
cd vagrant/ubuntu-16.04
vagrant up
vagrant ssh -c "scripts/build.sh ubuntu-16.04"
vagrant halt