summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2015-06-22 10:47:24 -0400
committerJoel Fischer <joeljfischer@gmail.com>2015-06-22 10:47:24 -0400
commitd4b0b40cada40f69038e1cee59e5a3ca68e14a6e (patch)
treec2dbac2c686e6c2abb48516bfaf96666f17ca2a2 /README.md
parent0f42d485410eabe94dd13138ef5206b363eebba5 (diff)
downloadsdl_ios-d4b0b40cada40f69038e1cee59e5a3ca68e14a6e.tar.gz
Add more info on installing through Cocoapods
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e374fc0a8..e58bcb313 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/release/4.0.
##### Cocoapods
-You can install this library using [Cocoapods](https://cocoapods.org/pods/SmartDeviceLink-iOS). You can get started with Cocoapods [here](https://guides.cocoapods.org/using/getting-started.html#getting-started).
+You can install this library using [Cocoapods](https://cocoapods.org/pods/SmartDeviceLink-iOS). You can get started with Cocoapods by [following their install guide](https://guides.cocoapods.org/using/getting-started.html#getting-started), and learn how to use Cocoapods to install dependencies [by following this guide](https://guides.cocoapods.org/using/using-cocoapods.html).
In your podfile, you want to add `pod 'SmartDeviceLink-iOS', '4.0.0-alpha.2'`. Then run `pod install` inside your terminal.