Skip to content

Commit 4d041ae

Browse files
committed
Fix #533
1 parent 30957f0 commit 4d041ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/get-started/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sort: 3
44
contributors:
55
- bebraw
66
- varunjayaraman
7+
- cntanglijun
78
---
89

910
webpack is a tool to build JavaScript modules in your application. To start using `webpack` from its [cli](/api/cli) or [api](/api/node), follow the [Installation instructions](/get-started/install-webpack).
@@ -17,7 +18,8 @@ Create a demo directory to try out webpack. [Install webpack](/get-started/insta
1718
mkdir webpack-demo && cd webpack-demo
1819
npm init -y
1920
npm install --save-dev webpack
20-
webpack --help # Shows a list of valid cli commands
21+
./node_modules/.bin/webpack --help # Shows a list of valid cli commands
22+
.\node_modules\.bin\webpack --help # For windows users
2123
npm install --save lodash
2224
```
2325

0 commit comments

Comments
 (0)