Update README.md

This commit is contained in:
Romain Lebrun Thauront 2024-12-09 16:07:26 +01:00 committed by GitHub
parent f5e4316e84
commit fe82725be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,14 +83,14 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.
```bash
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
```bash
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/loca/bin/yq &&\
chmod +x /usr/loca/bin/yq
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
chmod +x /usr/local/bin/yq
```
### MacOS / Linux via Homebrew: