Sfoglia il codice sorgente

Merge pull request #843 from Ashton-W/patch-1

Updated description and instructions for Carthage
Christian Noon 10 anni fa
parent
commit
2e8dd557e0
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -74,7 +74,7 @@ $ pod install
 
 
 ### Carthage
 ### Carthage
 
 
-[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.
+[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
 
 
 You can install Carthage with [Homebrew](http://brew.sh/) using the following command:
 You can install Carthage with [Homebrew](http://brew.sh/) using the following command:
 
 
@@ -89,6 +89,8 @@ To integrate Alamofire into your Xcode project using Carthage, specify it in you
 github "Alamofire/Alamofire" ~> 3.0
 github "Alamofire/Alamofire" ~> 3.0
 ```
 ```
 
 
+Run `carthage` to build the framework and drag the built `Alamofire.framework` into your Xcode project.
+
 ### Manually
 ### Manually
 
 
 If you prefer not to use either of the aforementioned dependency managers, you can integrate Alamofire into your project manually.
 If you prefer not to use either of the aforementioned dependency managers, you can integrate Alamofire into your project manually.