Skip to content

Commit d69bba2

Browse files
authored
Merge pull request #8 from icy/doc_fix
README: use go install instead of go get
2 parents a2f0c79 + e46299e commit d69bba2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,13 @@ Starting from v1.1.1, you can download binary files generated automatically
9999
by Github-Action (via goreleaser tool). You find the files from
100100
the release listing page: https://github.com/icy/gk8s/releases
101101

102-
To install on your laptop by local compiling process, please try the popular way
102+
To install `gk8s` on your laptop by local compiling process, please try `go get`
103+
or `go install`. In the following example, you may want to replace
104+
`@latest` with any version found from the release page
105+
(https://github.com/icy/gk8s/releases).
103106

104107
```
105-
$ go get -u github.com/icy/gk8s
108+
$ go install github.com/icy/gk8s@latest
106109
$ export PATH=$PATH:"$(go env GOPATH)/bin"
107110
```
108111

0 commit comments

Comments
 (0)