Skip to content

Commit 75eeb17

Browse files
psellePamela Selle
authored andcommitted
Add Gulp to README dependencies
Gulp is needed globally to run the build/dev server processes, also added a note about `gulp serve` and a minor sentence change for running the generator.
1 parent 4806243 commit 75eeb17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ A [Yeoman](http://yeoman.io) Generator to aid in bootstrapping an Angular2 appli
66

77
### Getting Started
88

9-
Install both [Yeoman](http://yeoman.io) and this generator globally.
9+
Install [Yeoman](http://yeoman.io), [Gulp](http://gulpjs.com/) (for the build process and development server), and this generator globally.
1010

1111
```bash
12-
npm install -g yo generator-angular2
12+
npm install -g yo gulp generator-angular2
1313
```
1414

15-
In your desired project folder run the generator.
15+
Run the generator in your desired project folder.
1616

1717
```bash
1818
yo angular2

0 commit comments

Comments
 (0)