diff --git a/README.md b/README.md index 2533108..41ef73e 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,19 @@ Options:
-n/--no -- dont portscan
-p/--portscan -- same as -y
-w/--wait -- wait for active connection
+ +# installation +1. download the script:
+```bash +wget https://git.byreqz.de/byreqz/conn/raw/branch/main/conn.sh +``` +2. run it with
+`` +bash conn.sh +`` +or
+`` +chmod +x && ./conn.sh +`` +3. optionally alias it
+``alias conn="~/conn.sh"``