From 63785fea420a34155a9d76e78163194f6aea24d6 Mon Sep 17 00:00:00 2001 From: "John H. Robinson, IV" Date: Mon, 12 Oct 2015 16:55:23 -0700 Subject: [PATCH] Updated README for Vagrant builds --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1f0af83..0614851 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,15 @@ When following instructions below, the compiled binary will be output in the bin ### Using Vagrant - # Launch VM + # Launch VM and build vagrant up + + # Patch VM and re-build + vagrant provision + + # Manual build vagrant ssh - cd /vagrant - - # Install Linux dependencies (first time setup) - ./vagrant.sh - - # Build demboyz - cd premake + cd /vagrant/premake ./gmake.sh && cd gmake make