From 6b8a278b4f2973391b256eedf6add3d6a3516bc0 Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 28 Mar 2026 23:37:49 -0400 Subject: docs(fix): update README to include additional deps for debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3