Update installation.md

This commit is contained in:
Hannah Troisi
2016-04-20 15:33:57 -07:00
parent 05afed9892
commit c36b95637f

View File

@@ -19,7 +19,7 @@ AsyncDisplayKit is also available through <a href="https://github.com/Carthage/C
```objective-c
github "facebook/AsyncDisplayKit"
```
Run carthage update in Terminal and to fetch and build the ASDK library. This will create a folder named Carthage in your apps root folder. In that folder there will be a Build folder from where you have to drag the frameworks you want to use into the “Linked Frameworks and Libraries” section in Xcode.
Run carthage update in Terminal and to fetch and build the AsyncDisplayKit library. This will create a folder named Carthage in your apps root folder. In that folder there will be a Build folder from where you have to drag the frameworks you want to use into the “Linked Frameworks and Libraries” section in Xcode.
###Static Library