From cf05464bcdfb57f94280016ee9db28a71bec65ac Mon Sep 17 00:00:00 2001 From: Per-Arne Andersen Date: Tue, 7 Apr 2020 01:46:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7e4cb0d..13a6e3a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The following features is implemented: The interface runs in docker and requires the host to have installed wireguard, either as a dkms module, or by using newer kernels (5.6+) +# Dependencies +* wireguard-dkms or Linux kernel >= 5.6 +* docker + # Installation ```bash docker build -t perara/wireguard-manager https://github.com/perara/wireguard-manager.git \