From b1181d2e407a3e1a7b8fae51fecc47b1b6819b62 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Thu, 17 Apr 2014 01:54:21 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb9f24..0c96de4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Requirements: Getting Started =============== -Download or checkout the source for GCDWebServer then add the entire "GCDWebServer" subfolder to your Xcode project. If you intend to use one of the extensions like GCDWebDAVServer or GCDWebUploader, add these subfolders as well. +Download or check out the [latest release](https://github.com/swisspol/GCDWebServer/releases) of GCDWebServer then add the entire "GCDWebServer" subfolder to your Xcode project. If you intend to use one of the extensions like GCDWebDAVServer or GCDWebUploader, add these subfolders as well. Alternatively, you can install GCDWebServer using [CocoaPods](http://cocoapods.org/) by simply adding this line to your Xcode project's Podfile: ```