We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e91bcd commit cc798dbCopy full SHA for cc798db
learn/getting_started/quick_start.md
@@ -58,7 +58,7 @@ docker run -it --rm \
58
-p 7700:7700 \
59
-e MEILI_MASTER_KEY='MASTER_KEY'\
60
-v $(pwd)/meili_data:/meili_data \
61
- getmeili/meilisearch:v0.28.0 \
+ getmeili/meilisearch:v0.28 \
62
meilisearch --env="development"
63
```
64
@@ -101,7 +101,7 @@ cd meilisearch
101
102
Choose the release you want to use. You can find the full list [here](https://github.com/meilisearch/meilisearch/releases).
103
104
-In the cloned repository, run the following command replacing `vX.Y.Z` with the tag you selected:
+In the cloned repository, run the following command to access the most recent version of Meilisearch:
105
106
```bash
107
git checkout v0.28.0
0 commit comments