Skip to content

Commit

Permalink
Merge pull request #386 from haunt98/patch-1
Browse files Browse the repository at this point in the history
chore: guide go install
  • Loading branch information
bojand committed Jan 2, 2023
2 parents 9ff3c47 + 04efc25 commit 8c245f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,12 @@ cd cmd/ghz
go build .
```

**Install using go >= 1.16**

```sh
go install github.com/bojand/ghz/cmd/ghz@latest
```

## Usage

```
Expand Down

0 comments on commit 8c245f3

Please sign in to comment.