Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 65c8822

Browse files
committed
Update CONTRIBUTING.md
1 parent c2b57f5 commit 65c8822

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ solutions = [
2929
target_os = ["android"]
3030
```
3131

32-
* If you're on a Mac then: `svn ls https://dart.googlecode.com/` and accept the certificate permanently.
3332
* `gclient sync`
3433
* `cd src`
3534
* `git remote add upstream [email protected]:domokit/sky_engine.git`
@@ -53,6 +52,11 @@ target.
5352
* (Only the first time) `sudo ./build/install-build-deps.sh`
5453
* `./sky/tools/gn`
5554
* `ninja -C out/Debug`
55+
56+
Running the code
57+
----------------
58+
59+
* `./sky/tools/test_sky --debug` runs the tests on the host machine using `out/Debug`.
5660
* `./out/Debug/sky_shell --package-root=out/Debug/gen/dart-pkg/packages sky/sdk/example/hello_world/lib/main.dart`
5761
Note: Because Linux is 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/).
5862

0 commit comments

Comments
 (0)