Skip to content

Commit

Permalink
Update install command for Go 1.17/1.18 (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Apr 6, 2022
1 parent 45799bf commit 8896b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Connections: 10

## Install

Can be installed via `go get`:
Can be installed via `go install`:

```sh
go get github.com/nats-io/nats-top
go install github.com/nats-io/nats-top@latest
```

and releases of the binary are also [available](https://github.com/nats-io/nats-top/releases)
Expand Down

0 comments on commit 8896b5b

Please sign in to comment.