We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a4ce9 commit 8404c06Copy full SHA for 8404c06
readme.md
@@ -7,7 +7,13 @@ Based on [angular-seed](https://github.com/angular/angular-seed/)
7
8
## Usage
9
10
-Install `generator-angular`:
+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`:
17
```
18
npm install -g generator-angular
19
0 commit comments