From 8846255d1c37457b729108cfa4160b4b678b8003 Mon Sep 17 00:00:00 2001 From: Shashank Veerapaneni Date: Wed, 2 Dec 2020 11:38:07 +0530 Subject: [PATCH] Update README.md Fix the wget download command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4171692..87e97d7 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ rm /etc/myfile.tmp Use wget to download the pre-compiled binaries: ```bash -wget https://github.com/mikefarah/yq/releases/download/{VERSION}/{BINARY} -O /usr/bin/yq &&\ +wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq &&\ chmod +x /usr/bin/yq ``` -For instance, VERSION=3.4.0 and BINARY=yq_linux_amd64 +For instance, VERSION=3.4.1 and BINARY=yq_linux_amd64 ### Run with Docker