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

Commit 48ee237

Browse files
committed
Document workspace/xcodeproj getting started stuff.
1 parent 55fdf71 commit 48ee237

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ MVVM, like
100100
[commands](https://github.com/ReactiveCocoa/ReactiveCocoa/blob/master/Documentation/FrameworkOverview.md#commands),
101101
and built-in bindings for AppKit and UIKit.
102102

103+
## Getting Started
104+
105+
To build ReactiveViewModel in isolation, open `ReactiveViewModel.xcworkspace`. To integrate it into your project, include `ReactiveViewModel.xcodeproj` and `ReactiveCocoa.xcodeproj` and link your target against the ReactiveViewModel and ReactiveCocoa targets for your platform.
106+
103107
## More Resources
104108

105109
Model-View-ViewModel was originally developed by

0 commit comments

Comments
 (0)