We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa9b61 commit afd1931Copy full SHA for afd1931
README.md
@@ -234,6 +234,13 @@ platform :ios, '6.1'
234
pod 'SDWebImage', '~>3.6'
235
```
236
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
244
### Add the SDWebImage project to your project
245
246
- Download and unzip the last version of the framework from the [download page](https://github.com/rs/SDWebImage/releases)
0 commit comments