Update CONTRIBUTING.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e24946f..b8d9302 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -94,8 +94,7 @@
  * `./sky/tools/run_tests --debug` runs the tests on the host machine using `out/Debug`.
 
 If you want to run the run a test directly:
- * Linux: `./out/Debug/sky_shell --package-root=sky/unit/packages sky/unit/test/harness/trivial_test.dart`
- * Mac: `./sky/tools/run_tests --debug test/harness/trivial_test.dart`
+ * `./sky/tools/run_tests --debug test/harness/trivial_test.dart`
 
 Note: The tests are headless, you won't see any UI. You can use `print` to generate console output or you can interact with the DartVM via observatory at [http://localhost:8181/](http://localhost:8181/).