From 9390cf6df42bb7460e3febb607f0c04c77d4eb2b Mon Sep 17 00:00:00 2001 From: Rich Christiansen Date: Tue, 2 Mar 2021 10:51:52 -0700 Subject: [PATCH] Update version in installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a272a9..360580a 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,11 @@ Asia Pacific (Singapore) 378.53 ms # Get binary file ```bash -$ wget https://github.com/ekalinin/awsping/releases/download/0.3.0/awsping.linux.amd64.tgz +$ wget https://github.com/ekalinin/awsping/releases/download/0.5.2/awsping.linux.amd64.tgz $ tar xzvf awsping.linux.amd64.tgz $ chmod +x awsping $ ./awsping -v -0.3.0 +0.5.2 ``` # Build from sources