summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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
+```