From 363c2422fe2a475c0b944a45d516110b7f11efb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Mon, 27 May 2024 15:00:19 +0200 Subject: [PATCH] Link to pnpm in CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6229376ace3b61..54b2ad12cefd98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ git checkout master git pull upstream master ``` -4. Install the dependencies with pnpm (yarn or npm aren't supported): +4. Install the dependencies with [pnpm](https://pnpm.io/installation) (yarn or npm aren't supported): ```bash pnpm install