Skip to content

Commit ca365ee

Browse files
docs: add pnpm example (#3710)
1 parent 45979a0 commit ca365ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The CLI provides a rich set of commands that helps you develop your application
3939

4040
If you have followed the [Getting Started](https://webpack.js.org/guides/getting-started/) guide of webpack then webpack CLI is already installed!
4141

42-
Otherwise `npm install --save-dev webpack-cli` or `yarn add webpack-cli --dev` will install it.
42+
Otherwise `npm install --save-dev webpack-cli`, `yarn add webpack-cli --dev` or `pnpm add --D webpack-cli` will install it.
4343

4444
## Supported arguments and commands
4545

0 commit comments

Comments
 (0)