aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-20 12:57:51 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-20 12:57:51 -0400
commitddf39b56505a3a83bf888e245068160b4b5f24bd (patch)
treedadc8aa4df8d6edc7d357951a0d0852873c85951 /README.md
parentfc14fad8a7aaed6e8169903a5710a00d2a5c6f5f (diff)
downloadomnisearch-ddf39b56505a3a83bf888e245068160b4b5f24bd.tar.gz
doc: fixed incorrect package name for libcurl on arch
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c19a5b7..05fa0ed 100644
--- a/README.md
+++ b/README.md
@@ -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