File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,21 +76,21 @@ For instance, VERSION=v4.2.0 and BINARY=yq_linux_amd64
76
76
#### Compressed via tar.gz
77
77
``` bash
78
78
wget https://github.com/mikefarah/yq/releases/download/${VERSION} /${BINARY} .tar.gz -O - | \
79
- tar xz && mv ${BINARY} /usr/bin/yq
79
+ tar xz && mv ${BINARY} /usr/local/ bin/yq
80
80
```
81
81
82
82
#### Plain binary
83
83
84
84
``` bash
85
- wget https://github.com/mikefarah/yq/releases/download/${VERSION} /${BINARY} -O /usr/bin/yq && \
86
- chmod +x /usr/bin/yq
85
+ wget https://github.com/mikefarah/yq/releases/download/${VERSION} /${BINARY} -O /usr/local/ bin/yq && \
86
+ chmod +x /usr/loca/ bin/yq
87
87
```
88
88
89
89
#### Latest version
90
90
91
91
``` bash
92
- wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && \
93
- chmod +x /usr/bin/yq
92
+ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/loca/ bin/yq && \
93
+ chmod +x /usr/loca/ bin/yq
94
94
```
95
95
96
96
### MacOS / Linux via Homebrew:
You can’t perform that action at this time.
0 commit comments