Skip to content

Commit

Permalink
Merge pull request #81 from jakobht/patch-1
Browse files Browse the repository at this point in the history
Update README.md with new install command
  • Loading branch information
hexdigest committed May 11, 2024
2 parents 247d1e7 + 5b66309 commit e5b68ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ With GoWrap you can easily add metrics, tracing, fallbacks, pools, and many othe
![demo](https://github.com/hexdigest/gowrap/blob/master/gowrap.gif)

## Installation

### CLI
```
go install github.com/hexdigest/gowrap/cmd/gowrap@latest
```
### As module
```
go get -u github.com/hexdigest/gowrap/cmd/gowrap
```
Expand Down

0 comments on commit e5b68ed

Please sign in to comment.