From 35869015c39f82ec34ff5cbcbb014852cc160a1b Mon Sep 17 00:00:00 2001 From: krisgiesing Date: Wed, 2 Sep 2015 14:21:12 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- engine/src/flutter/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index b0abc08d78c..4b8d8ac9968 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -73,6 +73,8 @@ The test should have a `main` function and use `package:test`. Running the examples -------------------- +* Before running the examples, you'll need to set up your path to include the Dart SDK directory, like so (starting in the src directory of your code tree): + - ``$ export PATH=$PATH:`pwd`/third_party/dark-sdk/dart-sdk/bin`` * You can find example code in subdirectories of the `examples` directory, for example `examples/stocks`. * Once you have a local build, run `pub get` from the example folder of your choice to make sure that you have all of the Dart dependencies. * Then, to run the current example locally, you can run: