Skip to content

Commit 3705509

Browse files
authored
Merge pull request #2407 from robitalec/patch-1
Fix Arch install example
2 parents 5cdd168 + d8566f0 commit 3705509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ sudo dnf install gdal-devel proj-devel geos-devel sqlite-devel udunits2-devel
135135

136136
#### Arch
137137

138-
Get gdal, proj and geos from the main repos, and udunits from the AUR:
138+
Get gdal, proj, geos and podofo from the main repos, and udunits from the AUR:
139139

140140
```
141-
pacman -S gdal proj geos arrow podofo-0.9
141+
pacman -S gdal proj geos arrow podofo
142142
yay/pacaur/yaourt/whatever -S udunits
143143
```
144144

0 commit comments

Comments
 (0)