docs(readme): add installation of pub as a pre-requisite

Closes #113
This commit is contained in:
Harry Wolff 2014-10-28 09:07:30 -04:00 committed by Misko Hevery
parent 08d4a37c06
commit abb3ee4507
1 changed files with 2 additions and 0 deletions

View File

@ -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`