From 0d5bc4578eb001b12306bce120f17f6ca5dd59f0 Mon Sep 17 00:00:00 2001 From: Tamo Date: Wed, 10 Jul 2024 15:21:43 +0200 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da84787d8..3e11e2f19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```