From d8566f06db31e7b3ed665511e9b86c929ad830a9 Mon Sep 17 00:00:00 2001 From: "Alec L. Robitaille" Date: Wed, 19 Jun 2024 11:29:30 -0300 Subject: [PATCH] fix arch install example podofo-0.9 is not available in the from pacman, the command returns `target not found podofo-0.9` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da993a173..06a14d691 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,10 @@ sudo dnf install gdal-devel proj-devel geos-devel sqlite-devel udunits2-devel #### Arch -Get gdal, proj and geos from the main repos, and udunits from the AUR: +Get gdal, proj, geos and podofo from the main repos, and udunits from the AUR: ``` -pacman -S gdal proj geos arrow podofo-0.9 +pacman -S gdal proj geos arrow podofo yay/pacaur/yaourt/whatever -S udunits ```