Skip to content

Commit 44552c1

Browse files
committed
Improving readme
1 parent 108cfeb commit 44552c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Take a look at the discussions for [common questions](https://github.com/mikefar
5959
### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest)
6060

6161
### wget
62-
Use wget to download the pre-compiled binaries:
62+
Use wget to download, gzipped pre-compiled binaries:
6363

6464
#### Compressed via tar.gz
6565
```bash
@@ -76,7 +76,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /
7676

7777
For instance, VERSION=v4.2.0 and BINARY=yq_linux_amd64
7878

79-
Or, to get the latest release for linux amd64 without knowing the version:
79+
Use VERSION=latest to always get the latest version:
8080

8181
```bash
8282
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\

0 commit comments

Comments
 (0)