Fix some references to master not renamed to main

This commit is contained in:
James R. Barlow
2023-06-20 01:37:26 -07:00
parent cf3309555f
commit a80e7a127b
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -637,7 +637,7 @@ system-wide:
.. code-block:: bash
git clone -b master https://github.com/ocrmypdf/OCRmyPDF.git
git clone -b main https://github.com/ocrmypdf/OCRmyPDF.git
python3 -m venv venv
source venv/bin/activate
cd OCRmyPDF
@@ -664,7 +664,7 @@ To install all of the development and test requirements:
.. code-block:: bash
git clone -b master https://github.com/ocrmypdf/OCRmyPDF.git
git clone -b main https://github.com/ocrmypdf/OCRmyPDF.git
python -m venv
source venv/bin/activate
cd OCRmyPDF