From 6019b8e7b84030f8afb7949f192f006d87c1746e Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Tue, 29 Dec 2020 13:51:37 -0500 Subject: [PATCH] Added link for docker build with github I've added a link to the guide to install the docker image by manually building. Also some other formatting / wording changes. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7ba32b..b364167 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The features of wg-manager includes: * Create and manage API-Keys # Dependencies -* Linux >= 5.6 *(Alternatively: wireguard-dkms)* +* Linux Kernel >= 5.6 *(Alternatively: wireguard-dkms)* # Common Installation Steps 1. Enable ip forwarding: @@ -69,8 +69,9 @@ services: WEB_CONCURRENCY: 1 ``` or [plain docker here](./docs/guides/docker_configuration.md) +or [build docker image from github](./docs/install_docker_github.md) -# Method #2: Bare Metal +## Method #2: Bare Metal - [Installation on Debian/Ubuntu/RPI4](./docs/install.md) # Using the development branch