From afd1931c529faa73b341c5561b3488a6db546b06 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Thu, 6 Nov 2014 14:20:35 +0200 Subject: [PATCH] Updated Readme with git clone command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d98a832..df82aac 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,13 @@ platform :ios, '6.1' pod 'SDWebImage', '~>3.6' ``` +### Installation by cloning the repository + +In order to gain access to all the files from the repository, you should clone it. +``` +git clone --recursive https://github.com/rs/SDWebImage.git +``` + ### Add the SDWebImage project to your project - Download and unzip the last version of the framework from the [download page](https://github.com/rs/SDWebImage/releases)