Skip to content

Commit 5aed162

Browse files
committed
README: Instruct to install the binary
If you only build and not install, the binary won't be available under `$GOPATH/bin/` as claimed by the following sentence.
1 parent f12da09 commit 5aed162

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)