File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ seeks to outline the process for marking up RestKit headers to generate great en
10
10
11
11
## Generating Documentation
12
12
13
- RestKit ships with a set of Rake tasks that simplify the task of generating documentation. A compiled x86_64 executable of the Appledoc
14
- utility is provided with the RestKit distribution at the Vendor/appledoc path. Most authors will not need to interact directly with
15
- Appledoc since the process has been automated.
13
+ RestKit ships with a set of Rake tasks that simplify the task of generating documentation. Install the Appledoc utility using Homebrew with
14
+ ` brew install --HEAD appledoc ` . Most authors will not need to interact directly with Appledoc since the process has been automated.
16
15
17
16
The tasks available for working with Appledoc are:
18
17
You can’t perform that action at this time.
0 commit comments