diff --git a/README.md b/README.md index 77337de..9ac93d8 100755 --- a/README.md +++ b/README.md @@ -6,20 +6,17 @@ A simple gtk application for managing an OpenVPN killswitch using ufw. -## Build Smother -**Required:** - - **Build:** `python3`, `nuitka3`, `PyYAML` +## Dependencies + `python3` - - **Runtime:** `gtk3` , `ufw` +`PyYAML` -```sh -git clone https://github.com/Corewala/Smother.git -cd Smother -sh build.sh -``` +`gtk3` + +`ufw` ## Install or uninstall Smother -Run `install.sh` after building, or run the latest self-extracting archive available [here](https://github.com/Corewala/Smother/releases/latest) to access installation options. +Run `install.sh` or use the latest self-extracting archive available [here](https://github.com/Corewala/Smother/releases/latest) to access installation options. ## Notice This software uses ufw, and will screw up your config. Do not use this software if you use ufw for anything else.