diff --git a/README.md b/README.md index cdc3216b..f35ca8e5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ If you've been using v3 and want/need to upgrade, checkout the [upgrade guide](h ### wget Use wget to download the pre-compiled binaries: +## Compressed via tar.gz +```bash +wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - |\ + tar xz && mv ${BINARY} /usr/bin/yq +``` + +## Plain binary + ```bash wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq &&\ chmod +x /usr/bin/yq diff --git a/yq_linux_amd64.tar.gz b/yq_linux_amd64.tar.gz new file mode 100644 index 00000000..0b1a0708 Binary files /dev/null and b/yq_linux_amd64.tar.gz differ diff --git a/yqt b/yqt new file mode 100755 index 00000000..04175506 Binary files /dev/null and b/yqt differ