File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Take a look at the discussions for [common questions](https://github.com/mikefar
59
59
### [ Download the latest binary] ( https://github.com/mikefarah/yq/releases/latest )
60
60
61
61
### wget
62
- Use wget to download the pre-compiled binaries:
62
+ Use wget to download, gzipped pre-compiled binaries:
63
63
64
64
#### Compressed via tar.gz
65
65
``` bash
@@ -76,7 +76,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
76
76
77
77
For instance, VERSION=v4.2.0 and BINARY=yq_linux_amd64
78
78
79
- Or, to get the latest release for linux amd64 without knowing the version:
79
+ Use VERSION=latest to always get the latest version:
80
80
81
81
``` bash
82
82
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && \
You can’t perform that action at this time.
0 commit comments