Skip to content

Commit ef55e15

Browse files
committed
docs: remove unnecessary steps
1 parent a0bc09f commit ef55e15

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/platforms/node/pnpm.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
brew install node
1010
# This will automatically install pnpm on your system.
1111
corepack enable pnpm
12-
# You can pin the version of pnpm used on your project using the following command:
12+
# (in your node project root) You can pin the version of pnpm used on your project using the following command:
1313
corepack use pnpm@latest-10
1414
```
1515

@@ -19,14 +19,6 @@ To upgrade in the future:
1919
corepack up
2020
```
2121

22-
Add following lines to [~/my/paths.zsh](../../../dotfiles/my/paths.zsh)
23-
24-
```shell
25-
# pnpm
26-
export PNPM_HOME=$HOME/Library/pnpm
27-
export PATH=$PNPM_HOME:$PATH
28-
```
29-
3022
## Project Setup
3123

3224
> [!NOTE]

0 commit comments

Comments
 (0)