diff --git a/README.md b/README.md index f35ca8e5..1f98c702 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ 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 +#### 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 +#### Plain binary ```bash wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq &&\