Skip to content

Commit

Permalink
Add note to README about adding Runes
Browse files Browse the repository at this point in the history
If users want to use functional operators, they will need to link Runes
into their project as well.

Additionally, we should link directly to Carthage's installation
instructions, since they are currently in flux.
  • Loading branch information
gfontenot committed Jan 13, 2015
1 parent 10b9424 commit 6a541c2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,18 @@ Add the following to your Cartfile:
github "thoughtbot/Argo"
```

Then run `carthage update`. Drag `Argo.framework` into your project, and
you're good to go.
Then run `carthage update`.

Follow the current instructions in [Carthage's README][carthage-installation]
for up to date installation instructions.

[carthage-installation]: https://github.com/Carthage/Carthage#adding-frameworks-to-an-application

If you want to use the functional operators (`<^>`, `<*>`, `>>-`) in your app,
you'll also need to add `Runes.framework` to your project. [Runes] is a
dependency of Argo, so you don't need to specify it in your Cartfile.

[Runes]: https://github.com/thoughtbot/runes

### [CocoaPods]

Expand Down

0 comments on commit 6a541c2

Please sign in to comment.