Skip to content

Commit

Permalink
update install method for newer go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-cantwell committed Feb 14, 2022
1 parent 7762d1f commit df57e4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ That's about the long and short of it.

## Installation

`go install github.com/kevin-cantwell/zlib/cmd/zlib@latest`

For older versions of Go, try:
`go get -u github.com/kevin-cantwell/zlib/cmd/zlib`

## Usage
Expand Down

0 comments on commit df57e4c

Please sign in to comment.