Skip to content

Commit 7b6e61b

Browse files
Aeredrenmikefarah
authored andcommitted
Update README.md
1 parent cf8621d commit 7b6e61b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.
8383

8484
```bash
8585
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/local/bin/yq &&\
86-
chmod +x /usr/loca/bin/yq
86+
chmod +x /usr/local/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/loca/bin/yq &&\
93-
chmod +x /usr/loca/bin/yq
92+
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
93+
chmod +x /usr/local/bin/yq
9494
```
9595

9696
### MacOS / Linux via Homebrew:

0 commit comments

Comments
 (0)