From fe82725be870646662d196c6a62739682b1c17b1 Mon Sep 17 00:00:00 2001 From: Romain Lebrun Thauront Date: Mon, 9 Dec 2024 16:07:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 962b42575e..2249ff467e 100644 --- a/README.md +++ b/README.md @@ -83,14 +83,14 @@ wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar. ```bash wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/local/bin/yq &&\ - chmod +x /usr/loca/bin/yq + chmod +x /usr/local/bin/yq ``` #### Latest version ```bash -wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/loca/bin/yq &&\ - chmod +x /usr/loca/bin/yq +wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\ + chmod +x /usr/local/bin/yq ``` ### MacOS / Linux via Homebrew: