Skip to content

Commit

Permalink
docs: add pnpm example
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Mar 29, 2023
1 parent 45979a0 commit c1fcd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The CLI provides a rich set of commands that helps you develop your application

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

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

## Supported arguments and commands

Expand Down

0 comments on commit c1fcd3a

Please sign in to comment.