Update README.md

This commit is contained in:
Romain Lebrun Thauront
2025-05-03 11:36:12 +10:00
committed by Mike Farah
parent cf8621d9e3
commit 7b6e61ba2c
+3 -3
View File
@@ -83,14 +83,14 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.
```bash ```bash
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/local/bin/yq &&\ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/local/bin/yq &&\
chmod +x /usr/loca/bin/yq chmod +x /usr/local/bin/yq
``` ```
#### Latest version #### Latest version
```bash ```bash
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/loca/bin/yq &&\ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
chmod +x /usr/loca/bin/yq chmod +x /usr/local/bin/yq
``` ```
### MacOS / Linux via Homebrew: ### MacOS / Linux via Homebrew: