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 @@ -59,7 +59,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
5959
6060For 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
6565NB: 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/
You can’t perform that action at this time.
0 commit comments