We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25e9e7 commit 4a08bbfCopy full SHA for 4a08bbf
README.md
@@ -6,10 +6,11 @@
6
7
1. `npm install`
8
2. `npm install -g gulp karma karma-cli`
9
-3. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
10
-4. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
11
-5. `gulp build`
12
-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`
13
+5. `pub get`
14
15
### Folder structure
16
0 commit comments