diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9d0f9c5..c642ade7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,8 +78,14 @@ If for any reason `types.go` is modified, this file should be regenerated by run #### Install easyjson ```bash +# for Go < 1.17 go get -u github.com/mailru/easyjson/... ``` +#### or +```bash +# for Go >= 1.17 +go get github.com/mailru/easyjson && go install github.com/mailru/easyjson/...@latest +``` #### Regenerate `types_easyjson.go`