From 42224bbcac1441ec60429151707d8d7484902df7 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 28 Apr 2016 21:50:43 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fd20806..0b2c00e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ it, simply add the following line to your Podfile: pod "ForecastIO" ``` +To integrate using Carthage, specify it in your `Cartfile`: + +```ogdl +github "sxg/ForecastIO" +``` + ## Documentation The full documentation for ForecastIO is available on [CocoaDocs](http://cocoadocs.org/docsets/ForecastIO).