diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5e1e9d --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Wireguard GUI + +Wireguard GUI is a graphic tool that helps you to edit existing confs of Wireguard. + +![](./img/screenshot.png) + +## Installation + +``` +git clone https://gitnet.fr/deblan/wireguard-gui.git +cd wireguard-gui +make +``` + +## Requirements + +Wireguard GUI reads `/etc/wireguard/*.conf`. + +## Usage + +``` +sudo ./build/wireguard-gui-amd64 +``` diff --git a/img/screenshot.png b/img/screenshot.png new file mode 100644 index 0000000..3013fdf Binary files /dev/null and b/img/screenshot.png differ