summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-01 12:28:55 +0100
committerFlavio Castelli <flavio@castelli.me>2017-11-03 15:50:47 +0100
commitb03e4140f8d1cb4f06fd4e56aadf18aafb0bde6f (patch)
treea244dde96f29aa6e21d69130c0cb57af0d931786 /README.md
parentf5fca94677487108ad0012447f58fb229dbde63a (diff)
downloadterraform-provider-libvirt-b03e4140f8d1cb4f06fd4e56aadf18aafb0bde6f.tar
terraform-provider-libvirt-b03e4140f8d1cb4f06fd4e56aadf18aafb0bde6f.tar.gz
Add a small note about libvirt-devel
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 576c6710..946ed9de 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ 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.
+You need also need libvirt-dev(el) package installed.
+
Run `go install` to build the binary. You will now find the binary at
`$GOPATH/bin/terraform-provider-libvirt`.