Skip to content

Commit d5d7c93

Browse files
committed
remove corepack reference
1 parent ff156ee commit d5d7c93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Please keep your pull requests focused to feature or issue. Focused smaller chan
1818
This is a monorepo, meaning the repo holds multiple packages. It requires the use of [pnpm](https://pnpm.io/). You can [install pnpm](https://pnpm.io/installation) with:
1919

2020
```sh
21-
npm i -g corepack@latest
22-
corepack enable pnpm
21+
npm i -g pnpm
2322
```
2423

2524
_(Optional)_ For running certain packages and tests locally you will need to install [docker](https://docs.docker.com/get-started/get-docker).

0 commit comments

Comments
 (0)