Skip to content

Commit 21f00e5

Browse files
committed
fix(readme): Remove yo installation step
Since `yo` is installed through `peerDeps` we don't need this.
1 parent 5cc7b33 commit 21f00e5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

readme.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ Based on [angular-seed](https://github.com/angular/angular-seed/)
77

88
## Usage
99

10-
Requires `yo` to be installed.
11-
You can install via `npm` like so:
12-
```
13-
npm install -g yo
14-
```
15-
16-
Then install `generator-angular`:
10+
Install `generator-angular`:
1711
```
1812
npm install -g generator-angular
1913
```

0 commit comments

Comments
 (0)