From af8cd6d2a3ebbc957c155bd43db32a3ac5365929 Mon Sep 17 00:00:00 2001 From: przsus <101723670+przsus@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:14:58 +0200 Subject: [PATCH] remove no longer needed requirements from README (#16) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bacdb704..d27d87f0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,9 @@ eBPF Discovery is a tool for discovering HTTP endpoints on a given host based on ## Build requirements ``` -conan 2.0 -cmake 3.23 +conan >= 2.0 +cmake >= 3.23 libelf-dev -libboost-all-dev -libfmt-dev clang ```