diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-20 16:32:48 -0600 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2023-11-20 16:32:48 -0600 |
commit | 24488352a124556001f3a32bf76570754a9d389c (patch) | |
tree | fba0359cc192e925dace1830847d8227f4627860 /README.md | |
parent | de259f866554bf8ea815b028af564155a2eee2b5 (diff) | |
download | wg2nd-24488352a124556001f3a32bf76570754a9d389c.tar.xz wg2nd-24488352a124556001f3a32bf76570754a9d389c.zip |
Update build instructions for libcap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |