Skip to content

Commit

Permalink
Add installation instructions for SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed May 22, 2020
1 parent 82d72fb commit c5159af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ and instead using [one of the releases we've provided][releases].

## Installation ##

### [Swift Package Manager] ###

[Swift Package Manager]: https://swift.org/package-manager/

Add this as a package dependency in Xcode:

```
https://github.com/thoughtbot/Curry
```

Or add it as a dependency in your Package.swift file:

```swift
dependencies: [
.package(url: "https://github.com/thoughtbot/Curry", from: "5.0.0"),
]
```

### [Carthage] ###

[Carthage]: https://github.com/Carthage/Carthage
Expand Down

0 comments on commit c5159af

Please sign in to comment.