From 06bfe217ed2a8a1b853b7ad619074185545d0e01 Mon Sep 17 00:00:00 2001 From: Amit Dovev Date: Mon, 25 Jan 2016 03:38:55 +0200 Subject: [PATCH] [Home] Edit Mac OS X section --- Home.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 4b1b5ce..eaa9fca 100644 --- a/Home.md +++ b/Home.md @@ -16,8 +16,21 @@ If Tesseract isn't available for your distribution, or you want to use a newer v ## Mac OS X -The easiest way to install Tesseract is with [MacPorts](https://www.macports.org/). Once it is installed, you can install Tesseract by running the command `sudo port install tesseract`, and any language with `sudo port install tesseract-`. List of available langcodes can be found on [MacPorts tesseract page](https://www.macports.org/ports.php?by=name&substr=tesseract-). -Other option is to install tesseract using Homebrew with the command: +You can install Tesseract using either [MacPorts](https://www.macports.org/) or [Homebrew](http://brew.sh). + +####MacPorts +To install Tesseract run this command: +``` +sudo port install tesseract +``` +To install any language data, run: +``` +sudo port install tesseract- +``` +List of available langcodes can be found on [MacPorts tesseract page](https://www.macports.org/ports.php?by=name&substr=tesseract-). + +####Homebrew +To install Tesseract run this command: ``` brew install tesseract ```