Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Jul 18, 2019
1 parent f21baac commit 3b01b44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ The main features of minimock are:

## Installation

If you use go modules please download the [latest binary](https://github.com/gojuno/minimock/releases/latest)
or install minimock from source:
```
go get github.com/gojuno/minimock/cmd/minimock
go install github.com/gojuno/minimock/v3/cmd/minimock
```

If you don't use go modules please find the latest v2.x binary [here](https://github.com/gojuno/minimock/releases)
or install minimock using [v2 branch](https://github.com/gojuno/minimock/tree/v2)

## Usage

```
Expand Down

0 comments on commit 3b01b44

Please sign in to comment.