Skip to content

Commit

Permalink
Update AppleDoc install instructions
Browse files Browse the repository at this point in the history
@tomaz tagged a new version of AppleDoc which resolves the issue requiring
the `--HEAD` param to `brew`, and @adamv [pulled in the change](Homebrew/legacy-homebrew#14693)
to mxcl/homebrew that both updates to the new code and also uses
the [new compile-time template location](tomaz/appledoc#231)
to avoid the second step.
  • Loading branch information
timshadel committed Sep 7, 2012
1 parent 46d14e0 commit a8cd75d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit a8cd75d

Please sign in to comment.