mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-05 03:45:41 +00:00
Merge 94353d7fd4 into 16e4df2304
This commit is contained in:
commit
db76e7d6a3
@ -82,9 +82,8 @@ Use wget to download pre-compiled binaries. Choose your platform and architectur
|
|||||||
|
|
||||||
**For Linux (example):**
|
**For Linux (example):**
|
||||||
```bash
|
```bash
|
||||||
# Set your platform variables (adjust as needed)
|
PLATFORM=linux_amd64 # adjust as needed
|
||||||
VERSION=v4.2.0
|
VERSION=$(wget -qO- https://api.github.com/repos/mikefarah/yq/releases/latest | jq -r .tag_name)
|
||||||
PLATFORM=linux_amd64
|
|
||||||
|
|
||||||
# Download compressed binary
|
# Download compressed binary
|
||||||
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/yq_${PLATFORM}.tar.gz -O - |\
|
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/yq_${PLATFORM}.tar.gz -O - |\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user