Skip to content

Commit

Permalink
Update documentation with macOS homebrew tap
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
James R. Barlow committed Mar 14, 2017
1 parent 7c6aa76 commit eb03689
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ Installation
Linux, UNIX, and macOS are supported. Windows is not directly supported but there is a Docker image available that runs on Windows.

Users of Debian 9 or later or Ubuntu 16.10 or later may simply
``apt-get install ocrmypdf``.

.. code-block:: bash
apt-get install ocrmypdf
and macOS users may simply

.. code-block:: bash
brew tap jbarlow83/ocrmypdf
brew install ocrmypdf
For everyone else, `see our documentation <https://ocrmypdf.readthedocs.io/en/latest/installation.html>`_ for installation steps.

Expand Down
16 changes: 14 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ Users of Debian 9 ("stretch") or later or Ubuntu 16.10 or later may simply
apt-get install ocrmypdf
Installing on macOS
-------------------

.. code-block:: bash
brew tap jbarlow83/ocrmypdf
brew install ocrmypdf
Users who previously installed OCRmyPDF on macOS may need to remove the ``pip`` based installation (``pip3 uninstall ocrmypdf``).

.. _Docker:

Installing the Docker image
Expand Down Expand Up @@ -103,8 +115,8 @@ Or in the wonderful `fish shell <https://fishshell.com/>`_:
funcsave ocrmypdf
Installing on macOS
-------------------
Manual installation on macOS
----------------------------

These instructions probably work on all macOS supported by Homebrew.

Expand Down

0 comments on commit eb03689

Please sign in to comment.