Skip to content

Commit

Permalink
added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Aug 30, 2016
1 parent e21522f commit 8c88aa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ let html = try markdownToHTML(markdown)
print(html) //"<h1>Hello</h1>\n"
```

# Warning
Due to a bug in SwiftPM Xcode generation [SR-2526](https://bugs.swift.org/browse/SR-2526), if you're using this package in Xcode, you'll need to add one more header search path to the ccmark target: `Packages/cmark-0.26.1/Sources/ccmark/include`. After you do, everything should build fine in Xcode.

# Installation

## Swift Package Manager
Expand Down

0 comments on commit 8c88aa6

Please sign in to comment.