Skip to content

Commit

Permalink
Merge pull request #2407 from robitalec/patch-1
Browse files Browse the repository at this point in the history
Fix Arch install example
  • Loading branch information
edzer authored Jun 19, 2024
2 parents 5cdd168 + d8566f0 commit 3705509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 3705509

Please sign in to comment.