Skip to content

Commit

Permalink
Merge #363
Browse files Browse the repository at this point in the history
363: Update CONTRIBUTING.md r=alallema a=shadowshot-x

# Pull Request

## Related issue
Fixes #360 

## What does this PR do?
- Updates EasyJSON installation instructions in Contributing file

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Ujjwal Sharma <ujjwal26599@gmail.com>
  • Loading branch information
bors[bot] and shadowshot-x authored Oct 6, 2022
2 parents c12f2dd + 8a6503e commit 7427b4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,14 @@ If for any reason `types.go` is modified, this file should be regenerated by run
#### Install easyjson <!-- omit in TOC -->

```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` <!-- omit in TOC -->

Expand Down

0 comments on commit 7427b4c

Please sign in to comment.