Skip to content

Commit 516dceb

Browse files
committed
Update CONTRIBUTING.md
1 parent 76367ab commit 516dceb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ First of all, thank you for contributing to Meilisearch! The goal of this docume
2828

2929
### Setup <!-- omit in toc -->
3030

31+
You can set up your local environment natively or using `docker`, check out the [`docker-compose.yml`](/docker-compose.yml).
32+
33+
Example of running all the checks with docker:
34+
```bash
35+
docker-compose run --rm package bash -c "list of the commands required to build + run tests + run linters"
36+
```
37+
38+
To install dependencies:
39+
40+
3141
```bash
3242
pipenv install --dev
3343
```

0 commit comments

Comments
 (0)