diff --git a/README.md b/README.md index 1f8795a..6d5d13f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # whois-data -Data served by whois.fur servers! \ No newline at end of file +Data served by whois.fur servers! + +--- +You can check the data on a domain by using: + +**Windows** +I recommend using this whois client: https://download.sysinternals.com/files/WhoIs.zip +``` +whois.exe example.fur whois.fur +``` + +**Linux** +``` +whois example.fur -h whois.fur +``` \ No newline at end of file