From b215362681c7a9cb5df1b5e442a49943e70fce1e Mon Sep 17 00:00:00 2001 From: Rikpat Date: Tue, 11 Jun 2024 19:59:17 +0200 Subject: [PATCH] docs: fix weird space --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff48404..0cf178f 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ Env variables: | PUREVPN_DEVICE | Platform, used in call for wireguard config | | linux | device | | PUREVPN_WIREGUARD_FILE | Output file to generate | | wg0.conf (/out/wg0.conf in docker) | wireguardFile | - -## Running locally +## Running locally Create config.yml file or environment variables with values as described in table in docker section. At minimum you have to specify *username*, *password*, *server.country* and *server.city*. Then run `purevpnwg full`.