From b7ff034b49465e7ab8a8a5f716229ff123b76c7e Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Sun, 17 Jan 2021 16:15:15 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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"``