From 1b2e48c2fef62e52aed365e7aefe4e06048fbd34 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 20 Oct 2015 08:25:28 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ac855b3d2..e57e3d3a23 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ -Contributing to Sky -=================== +Contributing to Flutter +======================= [![Build Status](https://travis-ci.org/flutter/engine.svg)](https://travis-ci.org/flutter/engine) @@ -80,7 +80,7 @@ You can also specify a particular Dart file to run if you want to run an example When running code from the `src/examples` directory, any changes you make to the example code, as well as any changes to Dart code in the `src/sky/packages/sky` directory and subdirectories, will automatically be picked when you relaunch the app. You can do the same for your own code by mimicking the `pubspec.yaml` files in the `examples` subdirectories. -You can also use `flutter listen` in the various example directories (or your own Sky apps) to listen for changes you are making to the app and automatically update the running SkyShell instance on your Android device. iOS device and simulator support for this are coming soon. +You can also use `flutter listen` in the various example directories (or your own Flutter apps) to listen for changes you are making to the app and automatically update the running SkyShell instance on your Android device. iOS device and simulator support for this are coming soon. The `flutter` tool also lets you run release builds, upload the binary without running it, and various other things. Run `flutter -h` for further information. -- GitLab