mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
docs: add note about pnpm install (#705)
This commit is contained in:
parent
190fb46fd9
commit
75f1a6b16e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue