Skip to content

Commit 06330e4

Browse files
committed
Update CONTRIBUTING.md
1 parent f0c2df2 commit 06330e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Each PR should pass the tests, mypy type checking, and the linter to be accepted
3939
```bash
4040
# Tests
4141
curl -L https://install.meilisearch.com | sh # download Meilisearch
42-
./meilisearch --master-key=masterKey --no-analytics=true # run Meilisearch
42+
./meilisearch --master-key=masterKey --no-analytics # run Meilisearch
4343
pipenv run pytest meilisearch
4444
# MyPy
4545
pipenv run mypy meilisearch
@@ -51,7 +51,7 @@ Optionally tox can be used to run test on all supported version of Python, mypy,
5151

5252
```bash
5353
docker pull getmeili/meilisearch:latest # Fetch the latest version of Meilisearch image from Docker Hub
54-
docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
54+
docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
5555
pipenv run tox
5656
```
5757

0 commit comments

Comments
 (0)