Skip to content

Commit 87b0d3f

Browse files
blakelapierremhevery
authored andcommitted
docs(readme): add missing prerequsite [karma-cli]
Closes angular#102
1 parent abb3ee4 commit 87b0d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
### Prerequisites:
66

77
1. `npm install`
8-
2. `npm install -g gulp karma`
8+
2. `npm install -g gulp karma karma-cli`
99
3. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
1010
4. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
11-
3. `gulp build`
12-
4. `pub get`
11+
5. `gulp build`
12+
6. `pub get`
1313

1414
### Folder structure
1515

0 commit comments

Comments
 (0)