Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ Takes your lame string with code and returns a NSAttributtedString with proper s
1. Click the **File** menu, select **Add Packages…**
1. Enter `https://github.com/raspu/Highlightr/` into the *Search or Enter Package URL* search field
1. Link **Highlightr** to your application target
1. Select the (app) target
1. On the General tab, scroll down to Frameworks, Libraries, and Embedded Content
1. Click +, "Add Other...", "Add Package Dependency..."

Finally, add `import MarkdownUI` to your source code.
Finally, add `import Highlightr` to your source code.

### CocoaPods & Carthage
CocoaPods & Carthage are no longer supported.
Expand Down