Commit a8cd75d1 authored by Tim Shadel's avatar Tim Shadel

Update AppleDoc install instructions

@tomaz tagged a new version of AppleDoc which resolves the issue requiring
the `--HEAD` param to `brew`, and @adamv [pulled in the change](https://github.com/mxcl/homebrew/pull/14693)
to mxcl/homebrew that both updates to the new code and also uses
the [new compile-time template location](https://github.com/tomaz/appledoc/pull/231)
to avoid the second step.
parent 46d14e08
...@@ -33,8 +33,7 @@ $ [sudo] gem install cocoapods ...@@ -33,8 +33,7 @@ $ [sudo] gem install cocoapods
If you want to have CocoaPods generate documentation for each library, then install the [appledoc](http://gentlebytes.com/appledoc/) tool: If you want to have CocoaPods generate documentation for each library, then install the [appledoc](http://gentlebytes.com/appledoc/) tool:
``` ```
$ brew install appledoc --HEAD $ brew install appledoc
$ ln -sf "`brew --prefix`/Cellar/appledoc/HEAD/Templates" ~/Library/Application\ Support/appledoc
``` ```
Now that you've got CocoaPods installed you can easily add it to your project. Now that you've got CocoaPods installed you can easily add it to your project.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment