Skip to content

Commit 7f05f7e

Browse files
authored
Update installation instructions in README.md (#69)
Previous installation instructions assumed an older version of go was being used, this updates the instructions to be correct for go 1.17+.
1 parent a3433a4 commit 7f05f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Make sure that they're installed locally and available in your path.
7575

7676
Install the `kubeapply` binary by running:
7777

78-
```GO111MODULE="on" go get github.com/segmentio/kubeapply/cmd/kubeapply```
78+
```go install github.com/segmentio/kubeapply/cmd/kubeapply@latest```
7979

8080
You can also build and install the binary by running `make install` in the root of this
8181
repo.

0 commit comments

Comments
 (0)