From c2c1f3c652a2d3630b9dbaa24a29cb3b8d306c3d Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 30 Sep 2024 21:02:44 -0700 Subject: [PATCH] fixes #3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5430ba..43bbdd9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Supported features: - Starvation -> Try to acquire all addresses in DHCP pool, you can use this option with a rogue DHCP server... MITM? :smirk: - Built-in rogue DHCP server +# Prerequisites # + + $ sudo apt-get install -y build-essential cmake zlib1g-dev + # Setting up dstar # First of all getting the code from repository: