From 4bade99f27ff3e6ea9e53c59eca591ddce5abe81 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 16 May 2017 23:24:34 -0700 Subject: [PATCH] docs: Remark that someone got bash on Windows working --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index c59175eb..b56565cf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -302,6 +302,8 @@ The command line syntax to run ocrmypdf from a command prompt will resemble: where /c/Users/sampleuser is a Unix representation of the Windows path C:\\Users\\sampleuser, assuming a user named "sampleuser" is running ocrmypdf on a file in their home directory, and the files "test.pdf" and "output.pdf" are in the sampleuser folder. The Windows user must have read and write permissions. +`Bash on Ubuntu on Windows `_ should also be a viable route for running the OCRmyPDF Docker container. + Installing HEAD revision from sources -------------------------------------