From 26b957c95c7bf419272bb5b2761072831f969fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Mon, 4 Mar 2019 22:28:13 +0100 Subject: updated README.md yeah, installation info --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cba93b5..a3a99da 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # short-domain-finder bash script that searches for available short domains by bruteforcing whois. + +installation: +``` +sudo apt update -y +sudp apt upgrade -y +sudo apt install whois +sudo apt autoremove +sudo apt clean +cd +git clone https://github.com/AstiriL/short-domain-finder.git +cd short-domain-finder +chmod +x ./shortdomains.sh +./shortdomains.sh +``` -- cgit v1.2.3