From 972c45753a863a438589ccf7e5df3f0a9c4b5776 Mon Sep 17 00:00:00 2001 From: Sarp Eren EGILMEZ <2348.sarp.egilmez.2006@gmail.com> Date: Fri, 8 Oct 2021 23:16:13 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.