summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClemens Gruber <clemensgru@gmail.com>2014-03-29 17:15:58 +0100
committerClemens Gruber <clemensgru@gmail.com>2014-03-29 17:15:58 +0100
commitb0290abb6774de8f6591f33fb5d467bd26921013 (patch)
tree81789f7a4f49ae5f778dd421b8e89453c573e039 /README.md
parentd7de54037618d47d523548bd2824fab5b1e742aa (diff)
downloadrust-hoedown-b0290abb6774de8f6591f33fb5d467bd26921013.tar.gz
Update README.md
Add a note about installing hoedown via CocoaPods.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 87fc7f3..37b451f 100644
--- a/README.md
+++ b/README.md
@@ -96,4 +96,6 @@ Just typing `make` will build `Hoedown` into a dynamic library and create the `h
and `smartypants` executables, which are command-line tools to render Markdown to HTML
and perform SmartyPants, respectively.
+If you are using [CocoaPods](http://cocoapods.org), just add the line `pod 'hoedown'` to your Podfile and call `pod install`.
+
Or, if you prefer, you can just throw the files at `src` into your project.