We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eaf2c6 + 4319528 commit c95f0f2Copy full SHA for c95f0f2
CONTRIBUTING.md
@@ -42,7 +42,7 @@ Each PR should pass the tests and the linter to be accepted.
42
```bash
43
# Tests
44
$ 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
+$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
46
$ pipenv run pytest meilisearch
47
# Linter
48
$ pipenv run pylint meilisearch
0 commit comments