Skip to content

Commit

Permalink
Merge pull request #1510 from gulpjs/gulp-cli-suggestion
Browse files Browse the repository at this point in the history
suggest gulp-cli in the getting started
  • Loading branch information
contra committed Feb 2, 2016
2 parents ce8e94c + 518ab0b commit 30c4e53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

#### 1. Install gulp globally:

__If you have previously installed a version of gulp globally, please run `npm rm --global gulp`
to make sure your old version doesn't collide with gulp-cli.__

```sh
$ npm install --global gulp
$ npm install --global gulp-cli
```

#### 2. Install gulp in your project devDependencies:
Expand Down

0 comments on commit 30c4e53

Please sign in to comment.