From 86220694cea29e529622165d905a239d8591fe8c Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 10 Dec 2023 13:01:45 -0500 Subject: [PATCH] Update README.md Added instruction to install `net-tools`. It is required for the Python package `ifcfg`. Seems like it is not pre-installed on a fresh debian based system. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7462d..a975ca0 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ git clone -b v3.1-dev https://github.com/donaldzou/WGDashboard.git wgdashboard - **WireGuard** and **WireGuard-Tools (`wg-quick`)** are installed. > Don't know how? Check this official documentation - +- Net Tools (`net-tools`) is installed. + - You can verify this by checking if `ifconfig` return a list of network interface. Such as `eth0` - Configuration files under **`/etc/wireguard`**, but please note the following sample ```ini