From abb3ee450786cb365f0048c894e3f175ab5ec09f Mon Sep 17 00:00:00 2001 From: Harry Wolff Date: Tue, 28 Oct 2014 09:07:30 -0400 Subject: [PATCH] docs(readme): add installation of pub as a pre-requisite Closes #113 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 463b34939f..8e1b935295 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ 1. `npm install` 2. `npm install -g gulp karma` +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`