Skip to content

Commit

Permalink
Add CONTRIBUTING.md (#90)
Browse files Browse the repository at this point in the history
* Add CONTRIBUTING.md to note bin/carthage command

* Update CONTRIBUTING to reflect removal of Carthage
  • Loading branch information
joemasilotti authored Feb 22, 2024
1 parent 935ed6f commit ff2a4f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing to turbo-ios

To set up your development environment:

1. Clone the repo
1. Open the directory in Xcode to install Swift packages

To run the test suite:

1. Open the directory in Xcode
1. Click Product → Test or <kbd>⌘</kbd>+<kbd>U</kbd>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ You can also integrate the framework manually if your prefer, such as by adding

## Contributing

Read the [contributing guide](/CONTRIBUTING.md) to learn how to set up your development environment.

Turbo iOS is open-source software, freely distributable under the terms of an [MIT-style license](LICENSE). The [source code is hosted on GitHub](https://github.com/hotwired/turbo-ios).
Development is sponsored by [37signals](https://37signals.com/).

Expand Down

0 comments on commit ff2a4f4

Please sign in to comment.