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 +```