From 46338122461b510add63fd83c39693ff96a52020 Mon Sep 17 00:00:00 2001 From: jbarlow83 Date: Tue, 28 Jul 2015 12:20:09 -0700 Subject: [PATCH] Fix git clone command with one I tested ;) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 55324f64..08d9f827 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Install Download OCRmyPDF here: https://github.com/fritz-hh/OCRmyPDF/releases To install, download the tarball and run:: - +https://github.com/fritz-hh/OCRmyPDF.git pip3 install ocrmypdf-3.0rc2.tar.gz You can install it within a virtual environment or system-wide. @@ -58,7 +58,7 @@ You can install it within a virtual environment or system-wide. To install the HEAD revision from sources in development mode if you want to make changes:: - git clone https://github.com/fritz-hh/OCRmyPDF/master + git clone -b master https://github.com/fritz-hh/OCRmyPDF.git cd OCRmyPDF pip3 install -e .