From f9d3191abee7967c0d3b43d0b21607372408fdeb Mon Sep 17 00:00:00 2001 From: labbots Date: Tue, 26 Jan 2021 13:40:17 +0000 Subject: [PATCH] Updated Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33073cc..9bc1f94 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ git clone https://github.com/labbots/bash-utility.git ./vendor/bash-utility If you do not have git installed, you can download the archive of the latest version of the library. Extract the zip file to appropriate folder by following the below command. ```shell -wget https://github.com/labbots/bash-utility//archive/master.zip +wget https://github.com/labbots/bash-utility/archive/master.zip unzip -q master.zip -d tmp mkdir -p vendor/bash-utility mv tmp/bash-utility-master vendor/bash-utility