diff --git a/README.md b/README.md index a4213e50..a25c91e9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ contexts too. Once you have [installed Go][golang-install], install the `mockgen` tool. **Note**: If you have not done so already be sure to add `$GOPATH/bin` to your -`PATH`. +`PATH`, for example on Linux add to your `~/.bashrc`: +`export PATH="/home/$USER/go/bin:$PATH"` +Full path - with tilde will not work for some cases, for example when run from `go generate`. To get the latest released version use: