Skip to content

Commit 7f18aba

Browse files
authored
Update README.md
1 parent 9a230a5 commit 7f18aba

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
@@ -59,7 +59,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
5959

6060
For example, if you use Docker:
6161
```bash
62-
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest --master-key=masterKey
62+
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey
6363
```
6464

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

254254
```bash
255255
# Tests
256-
$ docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
256+
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
257257
$ bundle exec rspec
258258
# Linter
259259
$ bundle exec rubocop lib/ spec/

0 commit comments

Comments
 (0)