Browse Source

Update README.md

pull/25/head v1.0
Per-Arne Andersen 4 years ago
committed by GitHub
parent
commit
13b536c0ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -54,6 +54,14 @@ or [plain docker here](./docs/guides/docker_configuration.md)
# Method #2: Bare Metal # Method #2: Bare Metal
- [Installation on Debian/Ubuntu/RPI4](./docs/install.md) - [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 # Guides
- [Importing Existing configuration](./docs/guides/import_existing_server.md) - [Importing Existing configuration](./docs/guides/import_existing_server.md)
- [Reverse Proxy](./docs/guides/reverse_proxy.md) - [Reverse Proxy](./docs/guides/reverse_proxy.md)

Loading…
Cancel
Save