added readme

This commit is contained in:
Stephen Toth 2023-09-02 19:24:27 -05:00
parent 1c0c34bc78
commit 01eb0f54df
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

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