From a8cd75d117d136250b7f3a79bc35bb7e8bbf3504 Mon Sep 17 00:00:00 2001 From: Tim Shadel Date: Fri, 7 Sep 2012 06:18:01 -0600 Subject: [PATCH] Update AppleDoc install instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @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. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index abfc4e29fb..b66d921043 100644 --- a/README.md +++ b/README.md @@ -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: ``` -$ brew install appledoc --HEAD -$ ln -sf "`brew --prefix`/Cellar/appledoc/HEAD/Templates" ~/Library/Application\ Support/appledoc +$ brew install appledoc ``` Now that you've got CocoaPods installed you can easily add it to your project.