File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ This package requires Ruby version 2.6.0 or later.
4545
4646With ` gem ` in command line:
4747``` bash
48- $ gem install meilisearch
48+ gem install meilisearch
4949```
5050
5151In your ` Gemfile ` with [ bundler] ( https://bundler.io/ ) :
@@ -62,8 +62,8 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
6262For example, if you use Docker:
6363
6464``` bash
65- $ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
66- $ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey
65+ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
66+ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey
6767```
6868
6969NB: you can also download MeiliSearch from ** Homebrew** or ** APT** .
You can’t perform that action at this time.
0 commit comments