Update CONTRIBUTING.md

This commit is contained in:
Adam Barth 2015-07-17 16:27:57 -07:00
parent a339ed1ddf
commit a8fc98e4db

View File

@ -38,7 +38,7 @@ target.
### Android
* (Only the first time) `./build/install-build-deps-android.sh`
* (Only the first time) `sudo ./build/install-build-deps-android.sh`
* (Only the first time) `./tools/android/download_android_tools.py`
* `./sky/tools/gn --android`
* `ninja -C out/android_Debug`
@ -46,7 +46,7 @@ target.
### Linux
* (Only the first time) `./build/install-build-deps.sh`
* (Only the first time) `sudo ./build/install-build-deps.sh`
* `./sky/tools/gn`
* `ninja -C out/Debug`
* `./out/Debug/sky_shell --package-root=out/Debug/gen/dart-pkg/packages sky/sdk/example/hello_world/lib/main.dart`