mirror of
https://github.com/HackPlan/MarkdownTextView.git
synced 2026-01-12 22:48:40 +08:00
Add installation
This commit is contained in:
12
README.md
12
README.md
@@ -11,6 +11,18 @@
|
||||
|
||||
Check out the includeded Example app to try out the text view and to see how **MarkdownTextView** is integrated into the project.
|
||||
|
||||
### Installation
|
||||
|
||||
###### With [CocoaPods](https://cocoapods.org/):
|
||||
```ruby
|
||||
pod "MarkdownTextView"
|
||||
```
|
||||
|
||||
###### With [Carthage](https://github.com/Carthage/Carthage):
|
||||
```swift
|
||||
github "indragiek/MarkdownTextView"
|
||||
```
|
||||
|
||||
### Getting Started
|
||||
|
||||
The simplest possible usage is as follows:
|
||||
|
||||
Reference in New Issue
Block a user