Skip to content

Commit

Permalink
docs(readme): clearify install instructions for different versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Aug 27, 2021
1 parent f88ae49 commit 445b4bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ 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
```

For Go 1.17+ use:
```
$ go install github.com/davecheney/httpstat@latest
```
```

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

0 comments on commit 445b4bd

Please sign in to comment.