Skip to content

Commit

Permalink
Update README for Carthage (#4)
Browse files Browse the repository at this point in the history
* Update README

* Better format
  • Loading branch information
Kuniwak authored Mar 6, 2017
1 parent 9a72d12 commit 596fd3e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![MirrorDiffKit](https://raw.githubusercontent.com/Kuniwak/MirrorDiffKit/master/Documentation/Images/logo.png)
=============

![SPM compatible](https://img.shields.io/badge/SPM-compatible-green.svg)
![SPM compatible](https://img.shields.io/badge/SPM%20%7C%20Carthage-compatible-green.svg)
[![v0.0.0](https://img.shields.io/badge/version-0.0.0-blue.svg)](https://github.com/Kuniwak/MirrorDiffKit/releases)
[![MIT license](https://img.shields.io/badge/lisence-MIT-yellow.svg)](https://github.com/Kuniwak/MirrorDiffKit/blob/master/LICENSE)
[![CircleCI](https://circleci.com/gh/Kuniwak/MirrorDiffKit/tree/master.svg?style=shield)](https://circleci.com/gh/Kuniwak/MirrorDiffKit/tree/master)
Expand Down Expand Up @@ -73,9 +73,19 @@ Installation
------------
### Swift Package Manager

Add the the following line to your `Package.swift`:
Add the following line to your `Package.swift`:


```
.Package(url: "https://github.com/Kuniwak/MirrorDiffKit.git")
```



### Carthage

Add the following line to your `Cartfile`:

```
github "Kuniwak/MirrorDiffKit"
```

0 comments on commit 596fd3e

Please sign in to comment.