mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-23 14:16:10 +00:00
Update README.md
This commit is contained in:
parent
f5e4316e84
commit
fe82725be8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user