File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
5757docker 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
102102Choose 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
110110Finally, update the rust toolchain, compile the project, and execute the binary.
You can’t perform that action at this time.
0 commit comments