From 75f1a6b16e438c4eb49a9241fea181c41bd15595 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Mon, 2 Jan 2023 11:06:13 -0800 Subject: [PATCH] docs: add note about pnpm install (#705) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa975a9c..305ea7d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Refer also to https://github.com/antfu/contribute. ## Set up your local development environment -The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/). +The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/) (Note: on Linux in a standard Node 16+ environment, you should follow the instructions to install via Node's `corepack` rather than using the `curl` command). To develop and test the Elk package: