Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 21f9db3

Browse files
committed
Add very basic instructions and a demo link to the README
1 parent f4c6535 commit 21f9db3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ReactiveAnimation [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
22

3-
Easy animations using ReactiveCocoa signals.
3+
Easy animations using ReactiveCocoa signals. See the [Mac
4+
demo](https://github.com/ReactiveCocoa/ReactiveAnimation-MacDemo) for an example
5+
of how the library works.
46

5-
Released under the [MIT license](LICENSE.md).
7+
ReactiveAnimation is released under the [MIT license](LICENSE.md).
8+
9+
### Getting Started
10+
11+
To import the ReactiveAnimation framework, add `ReactiveAnimation.xcodeproj` as
12+
a subproject and add the appropriate framework target to your application.
13+
14+
Alternatively, you can use [Carthage](https://github.com/Carthage/Carthage) to
15+
build the framework for you.

0 commit comments

Comments
 (0)