Skip to content

Commit

Permalink
doc: replace go get with go install
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Apr 27, 2022
1 parent 2e3d57f commit 5d82689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Instead of publishing results, benchmark output can be used to pass and fail pul
using `CHECKS: true`. To get started, set up the checks configuration:

```sh
go get -u go.bobheadxi.dev/gobenchdata
go install go.bobheadxi.dev/gobenchdata@latest
gobenchdata checks generate
```

Expand Down Expand Up @@ -157,7 +157,7 @@ You can visualize these continuous benchmarks by creating a web app that reads
from the JSON benchmarks file, or by using `gobenchdata`. An easy way to get started is:

```sh
go get -u go.bobheadxi.dev/gobenchdata
go install go.bobheadxi.dev/gobenchdata@latest
gobenchdata web generate --web.config-only .
gobenchdata web serve # opens visualization in browser
```
Expand Down Expand Up @@ -216,7 +216,7 @@ gobenchdata web generate ./app
is also available as a CLI:

```sh
go get -u go.bobheadxi.dev/gobenchdata
go install go.bobheadxi.dev/gobenchdata@latest
gobenchdata help
```

Expand Down

0 comments on commit 5d82689

Please sign in to comment.