diff --git a/MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme b/MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme new file mode 100644 index 0000000..390e4fb --- /dev/null +++ b/MarkdownTextView.xcodeproj/xcshareddata/xcschemes/MarkdownTextView.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 3adb809..393fd21 100644 --- a/README.md +++ b/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: