Index: sky/HACKING.md |
diff --git a/sky/HACKING.md b/sky/HACKING.md |
index c0c56880519d3112b3197b694e4498a9bfe5ade8..b2c18c2dbf55cd5ca360b30cb7a8803e4c960e9a 100644 |
--- a/sky/HACKING.md |
+++ b/sky/HACKING.md |
@@ -5,12 +5,6 @@ Building |
-------- |
* Follow the setup & build instructions for [Mojo](https://github.com/domokit/mojo) |
-* Build ``sky`` with ``ninja``, e.g. ``ninja -C out/Debug sky`` for a debug build. |
- |
-If you want to build release, run the following commands: |
- |
-* ``gn gen out/Release --args="is_debug=false"`` |
-* ``ninja -C out/Release sky`` |
Running applications |
-------------------- |