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

Correct the wording in Desktop section #1879

Merged
merged 2 commits into from
Oct 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The `flutter` tool also lets you run release builds, upload the binary without r

* `gclient sync` to update your dependencies.
* `./sky/tools/gn` to prepare your build files.
* `ninja -C out/Debug` to build an Android Debug binary.
* `ninja -C out/Debug` to build a desktop Debug binary.

To run the tests:

Expand Down