Skip to content

Commit 5d770b1

Browse files
docs: fix (#4658)
1 parent bb8eb92 commit 5d770b1

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

packages/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@ This folder is the collection of those packages.
1313

1414
## Packages
1515

16-
1. [configtest](https://github.com/webpack/webpack-cli/tree/main/packages/configtest)
17-
2. [create-webpack-app](https://github.com/webpack/webpack-cli/tree/main/packages/create-webpack-app)
18-
3. [info](https://github.com/webpack/webpack-cli/tree/main/packages/info)
19-
4. [serve](https://github.com/webpack/webpack-cli/tree/main/packages/serve)
20-
5. [webpack-cli](https://github.com/webpack/webpack-cli/tree/main/packages/webpack-cli)
16+
1. [create-webpack-app](https://github.com/webpack/webpack-cli/tree/main/packages/create-webpack-app)
17+
2. [webpack-cli](https://github.com/webpack/webpack-cli/tree/main/packages/webpack-cli)
2118

2219
## Generic Installation
2320

2421
Standalone installation of packages (except `create-webpack-app`, it is a self-sufficient package)
2522

2623
```shell
27-
npm install webpack-cli @webpack-cli/<package>
24+
npm install webpack-cli
2825
```
2926

3027
---

0 commit comments

Comments
 (0)