Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ A [Yeoman](http://yeoman.io) Generator to aid in bootstrapping an Angular2 appli

### Getting Started

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

```bash
npm install -g yo generator-angular2
npm install -g yo gulp generator-angular2
```

In your desired project folder run the generator.
Run the generator in your desired project folder.

```bash
yo angular2
Expand Down