diff --git a/README.md b/README.md index 22ccb03..a462f07 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ A Powershell script that pings IP's in a range. +Download: https://github.com/Segilmez06/Pinger/releases/latest +```powershell +Usage: + pinger [ping count] [timeout duration] + +Example: + pinger "192.168.1." 1 5 + pinger "192.168.1." 1 5 1 750 +``` This project is based on https://github.com/Segilmez06/Powershell-VSCode-Base.