We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12da09 commit 5aed162Copy full SHA for 5aed162
README.md
@@ -77,15 +77,15 @@ You need also need libvirt-dev(el) package installed.
77
```console
78
go get github.com/dmacvicar/terraform-provider-libvirt
79
cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
80
-make
+make install
81
```
82
83
If you are using Go >= 1.11, you don't need to build inside GOPATH:
84
85
86
export GO111MODULE=on
87
export GOFLAGS=-mod=vendor
88
89
90
91
You will now find the binary at `$GOPATH/bin/terraform-provider-libvirt`.
0 commit comments