summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFlavio Castelli <fcastelli@suse.com>2017-10-12 09:30:50 +0200
committerFlavio Castelli <fcastelli@suse.com>2017-10-12 09:30:50 +0200
commitc034dc8e65b815ac49e1e7d90bf14ac346425529 (patch)
tree7a1a8e395f4859343d2cef321b328b75b00777a0 /README.md
parentdbe46f9773fb4735ff8c53367ff483ffdfc0d566 (diff)
downloadterraform-provider-libvirt-c034dc8e65b815ac49e1e7d90bf14ac346425529.tar
terraform-provider-libvirt-c034dc8e65b815ac49e1e7d90bf14ac346425529.tar.gz
Update readme with some details about the go version to use
Make sure people install latest stable version of Go to build the project. Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 579a9451..9480f6cf 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,9 @@ $ terraform destroy
This project uses [glide](https://github.com/Masterminds/glide) to vendor all its
dependencies.
+Ensure you have latest version of Go installed on your system, terraform usually
+takes advantage of fetures available only inside of the latest stable release.
+
Run `go install` to build the binary. You will now find the binary at
`$GOPATH/bin/terraform-provider-libvirt`.