From 778742e8937a9dff6cad5fa5ca3dfc812f1b1cd8 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 27 Feb 2016 12:35:05 -0500 Subject: [PATCH] update to CONTRIBUTING.md related to new update-packages command --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c972627efb..e8925d0da2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 --------------------