Skip to content

Commit

Permalink
doc: fix Contributing.md's pnpm installation instructions (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdanwan authored Nov 1, 2024
1 parent c035ed6 commit 68f28b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requests should be made against.
To develop locally:

1. Install [pnpm](https://pnpm.io/)
- DO NOT install pnpm a as npm's global dependency, we need pnpm to be able to link directly to your $PATH.
- DO NOT install pnpm as a global npm dependency, we need pnpm to be linked directly to your $PATH.
- Recommended installation method is with corepack or with brew (on macOS)
- If installed with brew, you might need to include the pnpm $PATH to your debugger
2. Install the dependencies with:
Expand Down

0 comments on commit 68f28b6

Please sign in to comment.