From aa12f158c9fbbab593aae7d556a90a222696852a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 8 Aug 2017 14:31:33 -0300 Subject: [PATCH] Add explanation for running with Carthage in README (#61) --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f331bb..f6fa597 100644 --- a/README.md +++ b/README.md @@ -125,15 +125,23 @@ pod 'MetalBender', :git => 'https://github.com/xmartlabs/Bender.git' > Remember that Bender compiles for iOS 10. So you must add `platform :ios, '10.0'` to your Podfile - +github "xmartlabs/Bender" +``` + +Then run: + +```bash +carthage update --platform iOS +``` + +Finally, drag the built `.framework` binaries for `MetalBender`, `MetalPerformanceShadersProxy`, `MetalPerformanceShadersStub` and `SwiftProtobuf` to your application's Xcode project. ## Author