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 a3433a4 commit 7f05f7eCopy full SHA for 7f05f7e
README.md
@@ -75,7 +75,7 @@ Make sure that they're installed locally and available in your path.
75
76
Install the `kubeapply` binary by running:
77
78
-```GO111MODULE="on" go get github.com/segmentio/kubeapply/cmd/kubeapply```
+```go install github.com/segmentio/kubeapply/cmd/kubeapply@latest```
79
80
You can also build and install the binary by running `make install` in the root of this
81
repo.
0 commit comments