Skip to content

Commit

Permalink
Added details on how to launch the Xcode project to the CONTRIBUTING.…
Browse files Browse the repository at this point in the history
…md file (Issue Carthage#564)
  • Loading branch information
abbeycode committed Jun 17, 2015
1 parent 5dfa479 commit 374563d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ If you can’t make the change yourself, please open an issue after making sure

Unless you’re specifically improving something about the command-line experience of Carthage, please make code changes to [CarthageKit](README.md#carthagekit). This framework increases modularity, and allows other tools to integrate with Carthage more easily.

## Get started

After checkout, you can run the following command, and then open the workspace in Xcode:

carthage bootstrap --platform mac --no-use-binaries

## Code style

If you’re interested in contributing code, please have a look at our [style guide](https://github.com/github/swift-style-guide), which we try to match fairly closely.
Expand Down

0 comments on commit 374563d

Please sign in to comment.