From 87b0d3fcc589c13c105d16dfb25ec1d691b9bbee Mon Sep 17 00:00:00 2001 From: Blake La Pierre Date: Mon, 27 Oct 2014 04:59:12 -0700 Subject: [PATCH] docs(readme): add missing prerequsite [karma-cli] Closes #102 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e1b935295..228738206a 100644 --- a/README.md +++ b/README.md @@ -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