Skip to content

Commit a68eaf9

Browse files
Merge #1733
1733: v0.28: Update Docker and Source tags r=maryamsulemani97 a=maryamsulemani97 closes #1727 Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: Maryam <[email protected]>
2 parents fdfbee4 + ed6f8c9 commit a68eaf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

learn/getting_started/quick_start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ These commands launch the **latest stable release** of Meilisearch.
5151

5252
```bash
5353
# Fetch the latest version of Meilisearch image from DockerHub
54-
docker pull getmeili/meilisearch:v0.27.2
54+
docker pull getmeili/meilisearch:v0.28
5555

5656
# Launch Meilisearch in development mode with a master key
5757
docker run -it --rm \
5858
-p 7700:7700 \
5959
-e MEILI_MASTER_KEY='MASTER_KEY'\
6060
-v $(pwd)/meili_data:/meili_data \
61-
getmeili/meilisearch:v0.27.1 \
61+
getmeili/meilisearch:v0.28 \
6262
meilisearch --env="development"
6363
```
6464

@@ -101,10 +101,10 @@ cd meilisearch
101101

102102
Choose the release you want to use. You can find the full list [here](https://github.com/meilisearch/meilisearch/releases).
103103

104-
In the cloned repository, run the following command replacing `vX.Y.Z` with the tag you selected:
104+
In the cloned repository, run the following command to access the most recent version of Meilisearch:
105105

106106
```bash
107-
git checkout v0.25.2
107+
git checkout stable
108108
```
109109

110110
Finally, update the rust toolchain, compile the project, and execute the binary.

0 commit comments

Comments
 (0)