diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-20 12:57:51 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-20 12:57:51 -0400 |
| commit | ddf39b56505a3a83bf888e245068160b4b5f24bd (patch) | |
| tree | dadc8aa4df8d6edc7d357951a0d0852873c85951 | |
| parent | fc14fad8a7aaed6e8169903a5710a00d2a5c6f5f (diff) | |
| download | omnisearch-ddf39b56505a3a83bf888e245068160b4b5f24bd.tar.gz | |
doc: fixed incorrect package name for libcurl on arch
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
