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.
51
51
52
52
``` bash
53
53
# Fetch the latest version of Meilisearch image from DockerHub
54
- docker pull getmeili/meilisearch:v0.27.2
54
+ docker pull getmeili/meilisearch:v0.28
55
55
56
56
# Launch Meilisearch in development mode with a master key
57
57
docker run -it --rm \
58
58
-p 7700:7700 \
59
59
-e MEILI_MASTER_KEY=' MASTER_KEY' \
60
60
-v $( pwd) /meili_data:/meili_data \
61
- getmeili/meilisearch:v0.27.1 \
61
+ getmeili/meilisearch:v0.28 \
62
62
meilisearch --env=" development"
63
63
```
64
64
@@ -101,10 +101,10 @@ cd meilisearch
101
101
102
102
Choose the release you want to use. You can find the full list [ here] ( https://github.com/meilisearch/meilisearch/releases ) .
103
103
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 :
105
105
106
106
``` bash
107
- git checkout v0.25.2
107
+ git checkout stable
108
108
```
109
109
110
110
Finally, update the rust toolchain, compile the project, and execute the binary.
You can’t perform that action at this time.
0 commit comments