From 8f29027557f2073e9c40374b365b34d6337fd1fb Mon Sep 17 00:00:00 2001 From: vitalyliber Date: Tue, 18 Dec 2018 02:02:09 +0300 Subject: [PATCH] fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7897e35..b334bc9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Minimalistic performance and load testing tool written in Go. - Download and install to MacOS ``` -curl -L https://github.com/vitalyliber/gostorm/releases/download/v.1.0.1/gostorm_macos -o /usr/local/bin/gostorm +curl -L https://github.com/vitalyliber/gostorm/releases/download/v.1.0.2/gostorm_macos -o /usr/local/bin/gostorm sudo chmod a+x /usr/local/bin/gostorm ``` @@ -15,7 +15,7 @@ sudo chmod a+x /usr/local/bin/gostorm ```bash -curl -L https://github.com/vitalyliber/gostorm/releases/download/v.1.0.1/gostorm_linux -o /usr/local/bin/gostorm +curl -L https://github.com/vitalyliber/gostorm/releases/download/v.1.0.2/gostorm_linux -o /usr/local/bin/gostorm sudo chmod a+x /usr/local/bin/gostorm ```