Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 1632cbd

Browse files
authored
Merge pull request #1 from josecanhelp/master
Fix Docker Command
2 parents a2283fa + bf52547 commit 1632cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
4343

4444
For example, if you use Docker:
4545
```bash
46-
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest --master-key=masterKey
46+
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey
4747
```
4848

4949
NB: you can also download MeiliSearch from **Homebrew** or **APT**.

0 commit comments

Comments
 (0)