Fix download command for yq in README

Updated the download command for yq to use the correct URL format.

Signed-off-by: Adda Younes Abdelatif <77890224+addayounes@users.noreply.github.com>
This commit is contained in:
Adda Younes Abdelatif 2026-05-27 14:57:03 +02:00 committed by GitHub
parent 8f3291d316
commit f7e6e7ed0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/yq_${PLATFORM}
**Latest version (Linux AMD64):**
```bash
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
wget https://github.com/mikefarah/yq/releases/download/latest/yq_linux_amd64 -O /usr/local/bin/yq &&\
chmod +x /usr/local/bin/yq
```