Skip to content

Commit

Permalink
Merge pull request #8 from icy/doc_fix
Browse files Browse the repository at this point in the history
README: use go install instead of go get
  • Loading branch information
icy authored Jan 6, 2025
2 parents a2f0c79 + e46299e commit d69bba2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,13 @@ Starting from v1.1.1, you can download binary files generated automatically
by Github-Action (via goreleaser tool). You find the files from
the release listing page: https://github.com/icy/gk8s/releases

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

```
$ go get -u github.com/icy/gk8s
$ go install github.com/icy/gk8s@latest
$ export PATH=$PATH:"$(go env GOPATH)/bin"
```

Expand Down

0 comments on commit d69bba2

Please sign in to comment.