From 8dbf6f1c9d72e8d2f5574423ed2e57f1a6016c66 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Tue, 19 Jul 2016 20:05:08 -0700 Subject: [PATCH] Clarify upgrade instructions for Carthage. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a9804872..65ba2353 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Swift-taylored experience to integrate your app with Facebook. Including: - **[Carthage](https://github.com/carthage/carthage)** + - Make sure you are running the latest version of Carthage by running: + ```bash + brew update + brew upgrade carthage + ``` + _We recommend using Carthage version 0.17.2 or later._ + - Add the following line to your Cartfile: ``` github "facebook/Facebook-SDK-Swift"