Skip to content

Commit 327130c

Browse files
authored
Merge branch 'master' into inheritance_refactor
2 parents d75294c + d4eddf3 commit 327130c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
5353

5454
For example, if you use Docker:
5555
```bash
56-
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest --master-key=masterKey
56+
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey
5757
```
5858

5959
NB: you can also download MeiliSearch from **Homebrew** or **APT**.
@@ -242,7 +242,7 @@ Each PR should pass the tests and the linter to be accepted.
242242

243243
```bash
244244
# Tests
245-
$ docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
245+
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
246246
$ pipenv run pytest meilisearch
247247
# Linter
248248
$ pipenv run pylint meilisearch

0 commit comments

Comments
 (0)