aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-28 23:37:49 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-28 23:37:49 -0400
commit6b8a278b4f2973391b256eedf6add3d6a3516bc0 (patch)
tree29e6bcebd216f208a9696e039c10bd2e80d80098 /README.md
parent252ed2fcfbde6f6bf4598af923f90674b8b028ec (diff)
downloadomnisearch-6b8a278b4f2973391b256eedf6add3d6a3516bc0.tar.gz
docs(fix): update README to include additional deps for debian
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 8c12c2c..a05c227 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Depending on your system, you may first need to install libcurl and libxml2.
### Debian/Ubuntu
```
-# apt install libxml2-dev libcurl4-openssl-dev
+# apt install build-essential libssl-dev libxml2-dev libcurl4-openssl-dev
```
### Fedora