update to CONTRIBUTING.md related to new update-packages command

This commit is contained in:
Lex Berezhny 2016-02-27 12:35:05 -05:00
parent 2868256860
commit 778742e893

View File

@ -37,11 +37,11 @@ Getting the code and configuring your environment
* `git remote add upstream git@github.com:flutter/flutter.git` (So that you
fetch from the master repository, not your clone, when running `git fetch`
et al.)
* Run `dart ./dev/update_packages.dart` This will fetch all the Dart packages that
Flutter depends on. You can replicate what this script does by running
`pub get` in each directory that contains a `pubspec.yaml` file.
* Add this repository's `bin` directory to your path. That will let you use the
`flutter` command in this directory more easily.
* Run `flutter update-packages` This will fetch all the Dart packages that
Flutter depends on. You can replicate what this script does by running
`pub get` in each directory that contains a `pubspec.yaml` file.
Running the examples
--------------------