From bffd235321b8749ae9272c35b093766a27f3a4fa Mon Sep 17 00:00:00 2001 From: Robert T Date: Thu, 20 Jul 2017 00:44:06 -0500 Subject: [PATCH] Updated README.md to indicate correct Ubuntu package --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38f4011..d7f7740 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ If you didn't add terraform-provider-linode to your path, you'll need to put the **NOTE**: Go must be => 1.7.x. This means the default go package in Ubuntu 16.04.2 is *NOT* sufficient +Install the correct version of go: + + sudo apt-get install golang-1.8-go + Setup the Go workspace: mkdir -p terraform-provider-vultr/src/github.com/elricsfate/terraform-provider-vultr