Skip to content

Commit afd1931

Browse files
committed
Updated Readme with git clone command
1 parent 0aa9b61 commit afd1931

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ platform :ios, '6.1'
234234
pod 'SDWebImage', '~>3.6'
235235
```
236236
237+
### Installation by cloning the repository
238+
239+
In order to gain access to all the files from the repository, you should clone it.
240+
```
241+
git clone --recursive https://github.com/rs/SDWebImage.git
242+
```
243+
237244
### Add the SDWebImage project to your project
238245
239246
- Download and unzip the last version of the framework from the [download page](https://github.com/rs/SDWebImage/releases)

0 commit comments

Comments
 (0)