Index: sky/HACKING.md |
diff --git a/sky/HACKING.md b/sky/HACKING.md |
index f011eb1584d1f77f1b15f3d7e147adabb860b60c..d223b8858c3d4dc06bd77bd8e549cd2f0897c85e 100644 |
--- a/sky/HACKING.md |
+++ b/sky/HACKING.md |
@@ -30,7 +30,7 @@ determine whether its using android, for example. |
Running tests manually |
---------------------- |
-* ``out/downloads/sky_server -t Debug . 8000`` (If you don't have ``sky_server`` yet, run ``sky/tools/download_sky_server``.) |
+* ``sky/tools/skygo/linux/sky_server -t Debug . 8000`` |
jamesr
2015/05/26 23:36:03
the "linux" but is presumably not correct for peop
eseidel
2015/05/26 23:44:01
That's actually not a valid path anyway. linux64
|
* ``out/Debug/mojo_shell --args-for="mojo:native_viewport_service --use-headless-config --use-osmesa" --args-for"=mojo:sky_viewer --testing" --content-handlers=text/sky,mojo:sky_viewer --url-mappings=mojo:window_manager=mojo:sky_tester,mojo:surfaces_service=mojo:fake_surfaces_service mojo:window_manager`` |
* The ``sky_tester`` should print ``#READY`` when ready |
* Type the URL you wish to run, for example ``http://127.0.0.1:8000/sky/tests/lowlevel/text.html``, and press the enter key |