Skip to content

Commit 94e8c6d

Browse files
committed
Merge pull request #19 from edtsech/add_brew_to_gh-pages
Add `brew` command to installation part of gh-page.
2 parents 2d03ce9 + e71f75d commit 94e8c6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,18 @@ <h2 id="installation">Installation &amp; Dependencies</h2>
125125
<a href="http://sourceforge.net/projects/graphicsmagick/files/">source</a>,
126126
or use a package manager:
127127
<pre>
128-
[aptitude | port] install graphicsmagick</pre>
128+
[aptitude | port | brew] install graphicsmagick</pre>
129129
</li>
130130
<li>
131131
Install <a href="http://poppler.freedesktop.org/">Poppler</a>.
132132
On Linux, use <b>aptitude</b>, <b>apt-get</b> or <b>yum</b>:<br />
133133
<tt>aptitude install poppler-utils</tt><br />
134134
On the Mac, you can install from source or use <b>MacPorts</b>:<br />
135-
<tt>sudo port install poppler</tt><br />
135+
<tt>sudo port install poppler | brew install poppler</tt><br />
136136
</li>
137137
<li>
138138
(Optional) Install <a href="http://code.google.com/p/tesseract-ocr/">Tesseract</a>:<br />
139-
<tt>[aptitude | port] install tesseract</tt><br />
139+
<tt>[aptitude | port | brew] install tesseract</tt><br />
140140
Without Tesseract installed, you'll still be able to extract text from
141141
documents, but you won't be able to automatically OCR them.
142142
</li>

0 commit comments

Comments
 (0)