From 4cee50f5cd230bdf2ce830a967ee687f4b02a525 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Thu, 16 Jul 2015 14:03:35 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- engine/src/flutter/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index 4fbd5e3bff..cbfae021e6 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -48,6 +48,7 @@ target. * (Only the first time) `./build/install-build-deps.sh` * `./sky/tools/gn` * `ninja -C out/Debug` +* `./mojo/tools/mojodb start out/Debug sky/sdk/example/hello_world/lib/main.dart` Contributing code -----------------