From 44552c151ba7d3d99d911ceb4e716e6c4e4ba5d7 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 26 Oct 2022 13:12:20 +1100 Subject: [PATCH] Improving readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd21954a..63b93b7a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Take a look at the discussions for [common questions](https://github.com/mikefar ### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest) ### wget -Use wget to download the pre-compiled binaries: +Use wget to download, gzipped pre-compiled binaries: #### Compressed via tar.gz ```bash @@ -76,7 +76,7 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O / For instance, VERSION=v4.2.0 and BINARY=yq_linux_amd64 -Or, to get the latest release for linux amd64 without knowing the version: +Use VERSION=latest to always get the latest version: ```bash wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\