Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth committed Jul 17, 2015
1 parent 881addf commit 53e3570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ target.
* (Only the first time) `./build/install-build-deps.sh`
* `./sky/tools/gn`
* `ninja -C out/Debug`
* `./mojo/tools/mojodb start out/Debug sky/sdk/example/hello_world/lib/main.dart`
* `./out/Debug/sky_shell --package-root=out/Debug/gen/dart-pkg/packages sky/sdk/example/hello_world/lib/main.dart`
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/).

Contributing code
-----------------
Expand Down

0 comments on commit 53e3570

Please sign in to comment.