chore: update README to make Dart optional
This commit is contained in:
parent
c25e9e7c5f
commit
4a08bbf7f1
|
@ -6,10 +6,11 @@
|
||||||
|
|
||||||
1. `npm install`
|
1. `npm install`
|
||||||
2. `npm install -g gulp karma karma-cli`
|
2. `npm install -g gulp karma karma-cli`
|
||||||
3. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
|
3. Optionally install Dart SDK (only if you plan on building Dart applications)
|
||||||
4. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
|
1. [Install the Dart SDK](https://www.dartlang.org/tools/sdk/)
|
||||||
5. `gulp build`
|
2. [Add the Dart SDK's `bin` directory to your system path](https://www.dartlang.org/tools/pub/installing.html)
|
||||||
6. `pub get`
|
4. `gulp build`
|
||||||
|
5. `pub get`
|
||||||
|
|
||||||
### Folder structure
|
### Folder structure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue