Skip to content

Commit

Permalink
Added installation instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalski committed Nov 21, 2016
1 parent c7ac36c commit ade00c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,22 @@ Source code is available [here](https://github.com/wokalski/Diff.swift/blob/mast
This algorithm works great for collections with _small_ diffs. I mean, even for big diffs, it's still better than the simple algorithm.
However, if you need good performance and you have big differences between the inputs consider another diffing algorithm. Look at Hunt & Szymanski's and/or Hirschberg's work.

## Installation

Carthage (preferred)

```
// Cartfile
github "wokalski/Diff.swift"
```

Cocoapods

```
// podfile
pod 'Diff'
```

## Get in touch

If you have any questions, you can find me on [Twitter](https://twitter.com/wokalski).
Expand Down

0 comments on commit ade00c6

Please sign in to comment.