docs(readme): add missing prerequsite [karma-cli]

Closes #102
This commit is contained in:
Blake La Pierre 2014-10-27 04:59:12 -07:00 committed by Misko Hevery
parent abb3ee4507
commit 87b0d3fcc5
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@
### Prerequisites:
1. `npm install`
2. `npm install -g gulp karma`
2. `npm install -g gulp karma karma-cli`
3. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
4. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
3. `gulp build`
4. `pub get`
5. `gulp build`
6. `pub get`
### Folder structure