From 4c09875890afe0b566829827e6e37957d9f224f2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 19 May 2017 12:18:09 -0700 Subject: [PATCH] docs: upload unpaper Dropbox link, .rst typo blocking macOS install [ci skip] --- docs/installation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8bad47e6..cf0068d0 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,16 +15,19 @@ Users of Debian 9 ("stretch") or later or Ubuntu 16.10 or later may simply Installing on macOS ------------------- +A `Homebrew `_ tap is available for macOS: + .. code-block:: bash brew tap jbarlow83/ocrmypdf brew install ocrmypdf + .. warning:: Users who previously installed OCRmyPDF on macOS using ``pip install ocrmypdf`` should remove the pip version (``pip3 uninstall ocrmypdf``) before switching to the Homebrew version. -.. _Docker: +.. _Docker-install: Installing the Docker image --------------------------- @@ -274,7 +277,7 @@ These installation instructions omit the optional dependency ``unpaper``, which .. code-block:: bash - wget -q https://dl.dropboxusercontent.com/u/28971240/unpaper_6.1-1.deb -O unpaper_6.1-1.deb + wget -q 'https://www.dropbox.com/s/vaq0kbwi6e6au80/unpaper_6.1-1.deb?raw=1' -O unpaper_6.1-1.deb sudo dpkg -i unpaper_6.1-1.deb