Skip to content

Commit 709e1db

Browse files
authored
Merge pull request dmacvicar#596 from zeenix/fix-install-instructions
README: Instruct to install the binary
2 parents f12da09 + 5aed162 commit 709e1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ You need also need libvirt-dev(el) package installed.
7777
```console
7878
go get github.com/dmacvicar/terraform-provider-libvirt
7979
cd $GOPATH/src/github.com/dmacvicar/terraform-provider-libvirt
80-
make
80+
make install
8181
```
8282

8383
If you are using Go >= 1.11, you don't need to build inside GOPATH:
8484

8585
```
8686
export GO111MODULE=on
8787
export GOFLAGS=-mod=vendor
88-
make
88+
make install
8989
```
9090

9191
You will now find the binary at `$GOPATH/bin/terraform-provider-libvirt`.

0 commit comments

Comments
 (0)