mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Update README.md
Fix the wget download command
This commit is contained in:
parent
fbe53885ae
commit
8846255d1c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user