Updated Readme file

This commit is contained in:
labbots
2021-01-26 13:40:17 +00:00
parent 47791d9a07
commit f9d3191abe

View File

@@ -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