Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
koher committed Apr 2, 2018
1 parent 8d9bb55 commit 3d6d5bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,21 @@ let recovered: Promise<Int> = asyncFailable(42).map { value in
Installation
----------------------------

By Swift Package Manager.
### Swift Package Manager

```swift
.package(
url: "https://github.com/koher/PromiseK.git",
from: "3.0.0-alpha"
from: "3.0.0"
)
```

### [Carthage](https://github.com/Carthage/Carthage)

```
github "koher/PromiseK" ~> 3.0.0
```

License
----------------------------

Expand Down

0 comments on commit 3d6d5bf

Please sign in to comment.