Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 2e2ff75

Browse files
committed
docs: Update readme.
1 parent 9b2451a commit 2e2ff75

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Node.js, npm, pnpm, and yarn WASM plugins for [proto](https://github.com/moonrepo/proto).
44

5+
```shell
6+
proto install node
7+
```
8+
9+
## Post-install hook
10+
11+
After installation, the version of npm that came bundled with Node.js will also be installed. This
12+
functionality can be skipped by passing `--no-bundled-npm` during installation.
13+
14+
```shell
15+
proto install node -- --no-bundled-npm
16+
```
17+
518
## Contributing
619

720
Build the plugins:

0 commit comments

Comments
 (0)