Skip to content

Commit cf8621d

Browse files
Aeredrenmikefarah
authored andcommitted
Install to /usr/local in README install instruction
1 parent 340b897 commit cf8621d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ For instance, VERSION=v4.2.0 and BINARY=yq_linux_amd64
7676
#### Compressed via tar.gz
7777
```bash
7878
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
8080
```
8181

8282
#### Plain binary
8383

8484
```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
8787
```
8888

8989
#### Latest version
9090

9191
```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
9494
```
9595

9696
### MacOS / Linux via Homebrew:

0 commit comments

Comments
 (0)