Merge pull request #12 from domokit/collinjackson-patch-1

Update CONTRIBUTING.md
This commit is contained in:
Collin Jackson 2015-07-16 14:05:01 -07:00
commit 18cd1e3f81

View File

@ -41,12 +41,14 @@ target.
* (Only the first time) `./build/install-build-deps-android.sh`
* `./sky/tools/gn --android`
* `ninja -C out/android_Debug`
* `./sky/tools/shelldb start out/android_Debug/ sky/sdk/example/hello_world/lib/main.dart`
### Linux
* (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`
Contributing code
-----------------