Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Pham committed Jul 9, 2021
1 parent e5244bb commit 0c41a46
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -18,10 +18,9 @@
[![Platform](https://img.shields.io/cocoapods/p/RoundedSwitch.svg?style=flat-square)](https://github.com/T-Pham/Switch)
[![License](https://img.shields.io/cocoapods/l/Switch.svg?style=flat-square)](LICENSE)

[![SwiftPM](https://img.shields.io/badge/SwiftPM-compatible-4BC51D.svg?style=flat-square)](https://swift.org/package-manager)
[![Carthage](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat-square)](https://github.com/Carthage/Carthage)

[![CocoaPods](https://img.shields.io/badge/CocoaPods-compatible-4BC51D.svg?style=flat-square)](https://cocoapods.org/pods/RoundedSwitch)
[![CocoaPods downloads](https://img.shields.io/cocoapods/dt/RoundedSwitch.svg?style=flat-square)](https://cocoapods.org/pods/RoundedSwitch)

## Description

Expand Down Expand Up @@ -59,6 +58,15 @@ Please see the [Reference Documentation](http://cocoadocs.org/docsets/RoundedSwi

## Installation

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

In Xcode, select `File->Swift Packages->Add Package Dependency...` and follow the instructions on-screen.
Use the following repo URL when prompted.

```
https://github.com/T-Pham/Switch
```

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

Add the line below to your Cartfile:
Expand Down

0 comments on commit 0c41a46

Please sign in to comment.