From 21f9db3186e5d016fe3ecab76f484acda4b1b49f Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Sun, 22 Mar 2015 22:26:45 -0700 Subject: [PATCH] Add very basic instructions and a demo link to the README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c417fa..2822e54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # ReactiveAnimation [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -Easy animations using ReactiveCocoa signals. +Easy animations using ReactiveCocoa signals. See the [Mac +demo](https://github.com/ReactiveCocoa/ReactiveAnimation-MacDemo) for an example +of how the library works. -Released under the [MIT license](LICENSE.md). +ReactiveAnimation is released under the [MIT license](LICENSE.md). + +### Getting Started + +To import the ReactiveAnimation framework, add `ReactiveAnimation.xcodeproj` as +a subproject and add the appropriate framework target to your application. + +Alternatively, you can use [Carthage](https://github.com/Carthage/Carthage) to +build the framework for you.