doc: fixed incorrect package name for libcurl on arch

This commit is contained in:
frosty
2026-03-20 12:57:51 -04:00
parent fc14fad8a7
commit ddf39b5650

View File

@@ -18,7 +18,7 @@ Depending on your system, you may first need to install libcurl and libxml2.
### Arch Linux
```
# pacman -S libxml2 libcurl
# pacman -S libxml2 curl
```
### Debian/Ubuntu