Skip to content

Commit

Permalink
docs: init documentaion
Browse files Browse the repository at this point in the history
Add setup walk through and add usage description
  • Loading branch information
rishabh3112 committed Mar 9, 2019
1 parent ccec130 commit 4b130bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
A. **Local setup**

Follow given steps to locally setup `webpack-cli init` by installing dependencies:
1. Create `package.json` through npm
1. Create `package.json` through npm.

```shell
$ npm init
```

2. Install `webpack` and `webpack-cli` as devDependencies
2. Install `webpack` and `webpack-cli` as devDependencies.

```shell
$ npm install --save-dev webpack webpack-cli
Expand All @@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
B. **Global Setup**

Follow following steps to setup `webpack-cli init` globally:
1. Install `webpack` and `webpack-cli` globally
1. Install `webpack` and `webpack-cli` globally.
```shell
$ npm install -g webpack webpack-cli
```
Expand Down

0 comments on commit 4b130bb

Please sign in to comment.