From e2cfb2b1f0d8da8710983f1dd683e1ac67a91abf Mon Sep 17 00:00:00 2001 From: Pete Hodgson Date: Tue, 2 Dec 2014 16:15:25 -0800 Subject: [PATCH] mention dev Vagrant VM in CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73c6a84ba3..87f5ca66d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,8 @@ it raises the chances we can quickly merge or address your contributions. ## Setting up Go to work on Terraform If you have never worked with Go before, you will have to complete the -following steps in order to be able to compile and test Terraform. +following steps in order to be able to compile and test Terraform (or +use the Vagrantfile in this repo to stand up a dev VM). 1. Install Go. Make sure the Go version is at least Go 1.2. Terraform will not work with anything less than Go 1.2. On a Mac, you can `brew install go` to install Go 1.2.