From 24488352a124556001f3a32bf76570754a9d389c Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 20 Nov 2023 16:32:48 -0600 Subject: Update build instructions for libcap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 93c6c06..9664eb4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To install `wg2nd`, please follow the instructions below based on your distribut ### Ubuntu/Debian ```bash -sudo apt install build-essential +sudo apt install build-essential libcap-dev make sudo make install ``` @@ -49,7 +49,7 @@ sudo make install ### Arch Linux ```bash -sudo pacman -S make gcc +sudo pacman -S make gcc libcap make sudo make install ``` -- cgit v1.2.3