Skip to content

Commit d0fa60f

Browse files
committed
Merge pull request webpack#224 from kristoferjoseph/master
Install instructions
2 parents 32df8b7 + 89ba69e commit d0fa60f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ webpack is a bundler for modules. The main purpose is to bundle javascript files
1717

1818
Check the [documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=trdr) if you want to know more...
1919

20+
# Installation
2021

22+
project:
23+
`npm install webpack --save-dev`
24+
25+
global:
26+
`npm install webpack -g`
2127

2228
# Examples
2329

0 commit comments

Comments
 (0)