From b84902ace04950820cc85c39ded052dd3b519b58 Mon Sep 17 00:00:00 2001 From: Jehoszafat Zimnowoda Date: Tue, 30 Aug 2022 14:30:17 +0200 Subject: [PATCH] fix: double quotes around release url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa79003..17c7abc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Or you can just download the binary and move it into your `PATH`: ``` VERSION=1.5.5 -wget -q https://github.com/noqcks/gucci/releases/download/${VERSION}/gucci-v${VERSION}-darwin-amd64 +wget -q "https://github.com/noqcks/gucci/releases/download/${VERSION}/gucci-v${VERSION}-darwin-amd64" chmod +x gucci-v${VERSION}-darwin-amd64 mv gucci-v${VERSION}-darwin-amd64 /usr/local/bin/gucci ```