1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

wget version var missing a 'v' prefix.

This commit is contained in:
jonatasrenan 2020-12-30 10:40:54 -03:00 committed by Mike Farah
parent 1b887e23b3
commit 0e764c59ce

View File

@ -54,7 +54,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
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