From f7cbf68edd262a85a78090ad53eeba501197dfe8 Mon Sep 17 00:00:00 2001
From: Mateus Seenem Tavares <11245706+matstavares@users.noreply.github.com>
Date: Fri, 31 Aug 2018 16:30:18 -0300
Subject: [PATCH] Updating Arch Linux instalation (#288)
* Updating Arch Linux instalation
And adding a workaround to a wrong dependencies definition on https://aur.archlinux.org/packages/python-pikepdf/
* Remove comment about temporary workaround
---
docs/installation.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/installation.rst b/docs/installation.rst
index b98795a4..3ec4af95 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -207,11 +207,13 @@ ArchLinux
:alt: ArchLinux
:target: https://repology.org/metapackage/ocrmypdf
-The author is aware of an `ArchLinux package for ocrmypdf `_. It seems like the following command might work.
+The author is aware of an `ArchLinux User Repository package for ocrmypdf `_. You can use the following command.
.. code-block:: bash
- pacman -S ocrmypdf
+ yaourt -S ocrmypdf
+
+If you have any difficulties with installation, check the repository package page.
Other Linux packages
^^^^^^^^^^^^^^^^^^^^