Skip to content

Commit 4319528

Browse files
authored
Update CONTRIBUTING.md
1 parent e5aa844 commit 4319528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each PR should pass the tests and the linter to be accepted.
4242
```bash
4343
# Tests
4444
$ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
45-
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
45+
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
4646
$ pipenv run pytest meilisearch
4747
# Linter
4848
$ pipenv run pylint meilisearch

0 commit comments

Comments
 (0)