summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2015-10-05 15:26:35 -0400
committerJoel Fischer <joeljfischer@gmail.com>2015-10-05 15:26:35 -0400
commit7582871319811b08a60e6abea456dc1f6614238e (patch)
tree89cb40c28a1a8b7b7b8d17ac07351d72d38a44fe /README.md
parent5cd234510f981010f8f2341922e1384d79d1f6ae (diff)
downloadsdl_ios-7582871319811b08a60e6abea456dc1f6614238e.tar.gz
Add Carthage information
Change changelog link to master branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28e21ae83..a18c5143b 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The mobile library component of SDL is meant to run on the end user’s smart-de
We're still working on creating documentation for each of these individual repositories, but in the meantime, you can find more information about SmartDeviceLink [on the SDL Core README](https://github.com/smartdevicelink/sdl_core/blob/master/README.md) and [on Genivi](http://projects.genivi.org/smartdevicelink/about).
-See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/release/4.0.0/CHANGELOG.md) for release notes. This project uses [Semantic Versioning](http://semver.org/).
+See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/master/CHANGELOG.md) for release notes. This project uses [Semantic Versioning](http://semver.org/).
### Installing
@@ -35,7 +35,7 @@ In your podfile, you want to add `pod 'SmartDeviceLink-iOS', '4.0.0'`. Then run
##### Carthage
-Carthage currently only supports stable versions, support will come when SDL iOS releases version 4.0.0 stable.
+SDL iOS supports Carthage! Install using Carthage by following [this guide](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).
### Reference Documentation