Update README.md

Fix the wget download command
This commit is contained in:
Shashank Veerapaneni 2020-12-02 11:38:07 +05:30 committed by Mike Farah
parent fbe53885ae
commit 8846255d1c

View File

@ -45,11 +45,11 @@ rm /etc/myfile.tmp
Use wget to download the pre-compiled binaries: Use wget to download the pre-compiled binaries:
```bash ```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 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 ### Run with Docker