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

Commit

Permalink
Use script/bootstrap instead of git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jun 12, 2013
1 parent 1ce4d0e commit d2ec074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ RCL intends to offer the following advantages over Auto Layout:

## Getting Started

To start building the framework, clone this repository and then run `git
submodule update --init --recursive`. This will automatically pull down any
dependencies. Then, simply open `ReactiveCocoaLayout.xcworkspace` and build.
To start building the framework, clone this repository and then run `script/bootstrap`.
This will automatically pull down any dependencies. Then, simply open
`ReactiveCocoaLayout.xcworkspace` and build.

To use ReactiveCocoaLayout in an iOS project, you will also need to add
ReactiveCocoa as a dependency, and link it into your application target.
Expand Down

0 comments on commit d2ec074

Please sign in to comment.