diff --git a/engine/src/flutter/HACKING.md b/engine/src/flutter/HACKING.md index 51b99d98a3..b792e1ad8e 100644 --- a/engine/src/flutter/HACKING.md +++ b/engine/src/flutter/HACKING.md @@ -1,6 +1,13 @@ Hacking on Sky ============== +Building +-------- + +* Follow the setup & build instructions for [mojo](https://github.com/domokit/mojo), except... + * run ``gn & ninja`` in ``/sky/`` and use the build target ``sky`` with ``ninja`` rather than ``root`` or ``mojo`` + + Running applications --------------------