diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-28 23:37:49 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-28 23:37:49 -0400 |
| commit | 6b8a278b4f2973391b256eedf6add3d6a3516bc0 (patch) | |
| tree | 29e6bcebd216f208a9696e039c10bd2e80d80098 | |
| parent | 252ed2fcfbde6f6bf4598af923f90674b8b028ec (diff) | |
| download | omnisearch-6b8a278b4f2973391b256eedf6add3d6a3516bc0.tar.gz | |
docs(fix): update README to include additional deps for debian
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
