aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```