File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Each PR should pass the tests to be accepted.
4141
4242``` bash
4343# Tests
44+ $ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
4445$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
4546$ bundle exec rspec
4647```
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
5656
5757For example, if you use Docker:
5858``` bash
59+ $ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
5960$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey
6061```
6162
You can’t perform that action at this time.
0 commit comments