From 13b536c0ffffcd63793b13e39e9b2a05d1a260c2 Mon Sep 17 00:00:00 2001 From: Per-Arne Andersen Date: Thu, 18 Jun 2020 10:01:21 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6865297..3725c87 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,14 @@ or [plain docker here](./docs/guides/docker_configuration.md) # Method #2: Bare Metal - [Installation on Debian/Ubuntu/RPI4](./docs/install.md) +# Using the development branch +As there is no builds for the development branch, you have to do the following: +Change `image: perara/wg-manager` to +``` +build: + context: https://github.com/perara/wg-manager.git#dev +``` + # Guides - [Importing Existing configuration](./docs/guides/import_existing_server.md) - [Reverse Proxy](./docs/guides/reverse_proxy.md)