From 22183f4bcd9bc8247ad7b4cb37f63595ec1beaac Mon Sep 17 00:00:00 2001 From: Corewala Date: Tue, 5 Jan 2021 20:36:39 -0500 Subject: [PATCH] Updated README --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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.