Skip to content

Commit 2ea61f9

Browse files
committed
Update README.md
1 parent 30fb565 commit 2ea61f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This package requires Ruby version 2.6.0 or later.
4545

4646
With `gem` in command line:
4747
```bash
48-
$ gem install meilisearch
48+
gem install meilisearch
4949
```
5050

5151
In 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
6262
For 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

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

0 commit comments

Comments
 (0)