Skip to content

Commit

Permalink
update arch base-devel install command (ocrmypdf#1354)
Browse files Browse the repository at this point in the history
the '--needed' flag only installs the package if it isn't installed, otherwise it would reinstall it if already installed.
  • Loading branch information
mersenne-twister authored Jul 15, 2024
1 parent 980a547 commit 08be7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ standard tooling needed to build packages, such as a compiler and binary tools.

.. code-block:: bash
sudo pacman -S base-devel
sudo pacman -S --needed base-devel
Now you are ready to install the OCRmyPDF package.

Expand Down

0 comments on commit 08be7c8

Please sign in to comment.