Browse Source

update readme

ibireme 9 years ago
parent
commit
587db11db9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -128,7 +128,7 @@ Installation
 ### Carthage
 
 1. Add `github "ibireme/YYImage"` to your Cartfile.
-2. Run `carthage update` and add the framework to your project.
+2. Run `carthage update --platform ios` and add the framework to your project.
 3. Import \<YYImage/YYImage.h\>
 4. Notice: carthage framework doesn't include webp component, if you want to support webp, use cocoapods or install manually.