Skip to content

Commit 8404c06

Browse files
DruRlybtford
authored andcommitted
fix(docs): Add explicit instructions for installing yo
1 parent 38a4ce9 commit 8404c06

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

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

88
## Usage
99

10-
Install `generator-angular`:
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`:
1117
```
1218
npm install -g generator-angular
1319
```

0 commit comments

Comments
 (0)