update arch base-devel install command (#1354)

the '--needed' flag only installs the package if it isn't installed, otherwise it would reinstall it if already installed.
This commit is contained in:
Iris
2024-07-15 13:28:36 -07:00
committed by GitHub
parent 980a5472b6
commit 08be7c8bbe

View File

@@ -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.