Skip to content

Commit b588a58

Browse files
bors[bot]gmourier
andauthored
Merge #2116
2116: Fix config.toml download link to point to the last version (v0.30.5) #2115 r=guimachiavelli a=gmourier # Pull Request ## Related issue Fixes #2115 ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
2 parents 111534a + a592d34 commit b588a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/cookbooks/running_production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ useradd -d /var/lib/meilisearch -b /bin/false -m -r meilisearch
8484
Download default config to `/etc`:
8585

8686
```bash
87-
wget -qO /etc/meilisearch.toml https://raw.githubusercontent.com/meilisearch/meilisearch/main/config.toml
87+
wget -qO /etc/meilisearch.toml https://raw.githubusercontent.com/meilisearch/meilisearch/release-v0.30.5/config.toml
8888
```
8989

9090
Update the following lines so Meilisearch stores its data in the home folder of your newly created user:

0 commit comments

Comments
 (0)