From b0290abb6774de8f6591f33fb5d467bd26921013 Mon Sep 17 00:00:00 2001 From: Clemens Gruber Date: Sat, 29 Mar 2014 17:15:58 +0100 Subject: Update README.md Add a note about installing hoedown via CocoaPods. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.1