From 0c234f1adc142cf44008369617ba9c156f560895 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Tue, 6 Jul 2021 21:18:47 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84cc497..b217de3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Adds Wireguard peers to config, reload it and send client config back via Telegr How to use: ```shell +# install python and system requirements. +$ pip3 install -r requirements.txt +$ apt install qrencode + # create initial wg config or use your own. # P.S. Keep in mind that WPM can't manage peers created my hands # due to absence of client private key. @@ -22,10 +26,6 @@ PostDown = iptables -D FORWARD -i %i -o %i -j ACCEPT SaveConfig = false EOF -# install python and system requirements. -$ pip3 install -r requirements.txt -$ apt install qrencode - # Create config. It's optionally. $ cp wpm_example.conf wpm.conf