aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-11-20 16:32:48 -0600
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-11-20 16:32:48 -0600
commit24488352a124556001f3a32bf76570754a9d389c (patch)
treefba0359cc192e925dace1830847d8227f4627860
parentde259f866554bf8ea815b028af564155a2eee2b5 (diff)
downloadwg2nd-24488352a124556001f3a32bf76570754a9d389c.tar.xz
wg2nd-24488352a124556001f3a32bf76570754a9d389c.zip
Update build instructions for libcap
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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
```