From efa6eb6011c09711d3e13db045c9cd43c23d22ed Mon Sep 17 00:00:00 2001 From: Yashodhan <54112038+YJDoc2@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:21:43 +0530 Subject: [PATCH] remove incorrect dependency in readme This removes glibc-static dep from debian setup instructions, as that package is not valid. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2da8381e7..1098c4898 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ $ sudo apt-get install \ libelf-dev \ libseccomp-dev \ libclang-dev \ - glibc-static \ libssl-dev ```