mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update CONTRIBUTING.md
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
8f60ad0a23
commit
0d5bc4578e
@ -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.
|
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.
|
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:
|
We recommend using the standard `$HOME/.cache/lindera` directory:
|
||||||
```sh
|
```sh
|
||||||
mkdir $HOME/.cache/lindera
|
|
||||||
export LINDERA_CACHE=$HOME/.cache/lindera
|
export LINDERA_CACHE=$HOME/.cache/lindera
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user