mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-06 04:45:39 +00:00
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:
parent
8f3291d316
commit
f7e6e7ed0c
@ -97,7 +97,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/yq_${PLATFORM}
|
|||||||
|
|
||||||
**Latest version (Linux AMD64):**
|
**Latest version (Linux AMD64):**
|
||||||
```bash
|
```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
|
chmod +x /usr/local/bin/yq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user