diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 655c2280a0dc9..cbfae021e6bc2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,12 +41,14 @@ target. * (Only the first time) `./build/install-build-deps-android.sh` * `./sky/tools/gn --android` * `ninja -C out/android_Debug` +* `./sky/tools/shelldb start out/android_Debug/ sky/sdk/example/hello_world/lib/main.dart` ### Linux * (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 -----------------