We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8621d commit 7b6e61bCopy full SHA for 7b6e61b
README.md
@@ -83,14 +83,14 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.
83
84
```bash
85
wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/local/bin/yq &&\
86
- chmod +x /usr/loca/bin/yq
+ chmod +x /usr/local/bin/yq
87
```
88
89
#### Latest version
90
91
92
-wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/loca/bin/yq &&\
93
+wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
94
95
96
### MacOS / Linux via Homebrew:
0 commit comments