From bbe8cf606e9e58b1f35f47b09c1fd894254f9c45 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Thu, 18 Oct 2018 14:58:16 -0300 Subject: [PATCH] Improved readme (#23079) Link to CONTRIBUTING.md in the flutter_tools README --- packages/flutter_tools/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/flutter_tools/README.md b/packages/flutter_tools/README.md index b6d65438ad..75b2bbaf4b 100644 --- a/packages/flutter_tools/README.md +++ b/packages/flutter_tools/README.md @@ -2,6 +2,9 @@ Tools for building Flutter applications. +Be sure to follow the instructions on +[CONTRIBUTING.md](../../CONTRIBUTING.md) to setup. + To run the tests, ensure that no devices are connected, then navigate to `flutter_tools` and execute: