Skip to content

Commit

Permalink
Merge pull request #160 from nikoksr/docs/add-new-install-command
Browse files Browse the repository at this point in the history
docs(readme): add Go 1.17+ install command
  • Loading branch information
davecheney committed Aug 27, 2021
2 parents d05e24d + 7915452 commit 74b2de5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ But seriously, https://github.com/reorx/httpstat is the new hotness, and this is
## Installation
`httpstat` requires Go 1.13 or later.
```
$ go get github.com/davecheney/httpstat
```
$ go install github.com/davecheney/httpstat@latest
```

## Usage
```
$ httpstat https://example.com/
Expand Down

0 comments on commit 74b2de5

Please sign in to comment.