File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
53
53
54
54
For example, if you use Docker:
55
55
``` 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
57
57
```
58
58
59
59
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.
242
242
243
243
``` bash
244
244
# 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
246
246
$ pipenv run pytest meilisearch
247
247
# Linter
248
248
$ pipenv run pylint meilisearch
You can’t perform that action at this time.
0 commit comments