We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bbffd commit 108cfebCopy full SHA for 108cfeb
README.md
@@ -76,6 +76,13 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
76
77
For instance, VERSION=v4.2.0 and BINARY=yq_linux_amd64
78
79
+Or, to get the latest release for linux amd64 without knowing the version:
80
+
81
+```bash
82
+wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
83
+ chmod +x /usr/bin/yq
84
+```
85
86
### MacOS / Linux via Homebrew:
87
Using [Homebrew](https://brew.sh/)
88
```
0 commit comments