Skip to content

Commit 4a08bbf

Browse files
committed
chore: update README to make Dart optional
1 parent c25e9e7 commit 4a08bbf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

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

1415
### Folder structure
1516

0 commit comments

Comments
 (0)