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

Commit

Permalink
fix(readme): Remove yo installation step
Browse files Browse the repository at this point in the history
Since `yo` is installed through `peerDeps` we don't need this.
  • Loading branch information
kevva committed Jul 25, 2013
1 parent 5cc7b33 commit 21f00e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ Based on [angular-seed](https://github.com/angular/angular-seed/)

## Usage

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

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

0 comments on commit 21f00e5

Please sign in to comment.