From 01eb0f54df8281fb348932b3fa214d88709995b8 Mon Sep 17 00:00:00 2001 From: Stephen Toth Date: Sat, 2 Sep 2023 19:24:27 -0500 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..714f3b8 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Wireguard Easy Client Generator +my personal way of creating client configs easily + +## Setup +``` +git clone https://git.stephenltoth.com/icaema/wireguard-easy-clientgen.git && cd wireguard-easy-clientgen +cp 0connection-info.env.def 0connection-info.env + +#edit 0connection-info.env + +./1genconfig.sh +```