summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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`.