Skip to content

Commit

Permalink
Fix how to install (#86)
Browse files Browse the repository at this point in the history
* fix how to install

I updated the readme of mockgen to reference the latest package, as it was previously referring to an outdated one.
Additionally, I have added instructions on how to install gomockhandler itself.

* Update README.md

Co-authored-by: Kensei Nakada <handbomusic@gmail.com>

---------

Co-authored-by: Kensei Nakada <handbomusic@gmail.com>
  • Loading branch information
kno3a87 and sanposhiho authored Nov 24, 2023
1 parent 7f084c1 commit b5b851a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ You have to install `mockgen` first.
go install go.uber.org/mock/mockgen@latest
```

Next, install gomockhandler.

```
go install github.com/sanposhiho/gomockhandler@latest
```

## How to use

`gomockhandler` is designed to be **simple** and does only three things.
Expand Down

0 comments on commit b5b851a

Please sign in to comment.