Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(docs): Add explicit instructions for installing yo
Browse files Browse the repository at this point in the history
  • Loading branch information
DruRly authored and btford committed Jul 18, 2013
1 parent 38a4ce9 commit 8404c06
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ Based on [angular-seed](https://github.com/angular/angular-seed/)

## Usage

Install `generator-angular`:
Requires `yo` to be installed.
You can install via `npm` like so:
```
npm install -g yo
```

Then install `generator-angular`:
```
npm install -g generator-angular
```
Expand Down

0 comments on commit 8404c06

Please sign in to comment.