chore: update README to make Dart optional

This commit is contained in:
Miško Hevery 2014-12-12 11:57:02 -08:00
parent c25e9e7c5f
commit 4a08bbf7f1
1 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,11 @@
1. `npm install`
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)
5. `gulp build`
6. `pub get`
3. Optionally install Dart SDK (only if you plan on building Dart applications)
1. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
2. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
4. `gulp build`
5. `pub get`
### Folder structure