Update CONTRIBUTING.md

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Tamo 2024-07-10 15:21:43 +02:00 committed by GitHub
parent 8f60ad0a23
commit 0d5bc4578e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,11 +56,9 @@ This command will be triggered to each PR as a requirement for merging it.
You can set the `LINDERA_CACHE` environment variable to speed up your successive builds by up to 2 minutes.
It'll store some built artifacts in the directory of your choice.
⚠ The directory must exist; otherwise, an error will be thrown while building Meilisearch.
We recommend using the standard `$HOME/.cache/lindera` directory:
```sh
mkdir $HOME/.cache/lindera
export LINDERA_CACHE=$HOME/.cache/lindera
```