diff --git a/README.md b/README.md index 5da4083..dd79f1e 100644 --- a/README.md +++ b/README.md @@ -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 ```