Skip to content

Commit f8a3cbc

Browse files
committed
added installation to readme
1 parent 480a7cb commit f8a3cbc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
The API has changed since version 1. For the webpack 1 version, see [the README in the webpack-1 branch](https://github.com/webpack/extract-text-webpack-plugin/blob/webpack-1/README.md).
44

5+
## Install
6+
7+
> You can either install it with [npm](https://nodejs.org/en/) or [yarn](https://yarnpkg.com/)
8+
9+
```sh
10+
npm install --save-dev extract-text-webpack-plugin
11+
```
12+
or
13+
```sh
14+
yarn add --dev extract-text-webpack-plugin
15+
```
16+
517
## Usage example with css
618

719
``` javascript

0 commit comments

Comments
 (0)