mirror of
https://github.com/taigrr/yq
synced 2026-03-22 04:12:37 -07:00
wget version var missing a 'v' prefix.
This commit is contained in:
@@ -54,7 +54,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
|
|||||||
chmod +x /usr/bin/yq
|
chmod +x /usr/bin/yq
|
||||||
```
|
```
|
||||||
|
|
||||||
For instance, VERSION=4.0.0 and BINARY=yq_linux_amd64
|
For instance, VERSION=v4.0.0 and BINARY=yq_linux_amd64
|
||||||
|
|
||||||
### Run with Docker
|
### Run with Docker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user