From 34bd4c1f629bd383ff9e44810f4eb37f209878a7 Mon Sep 17 00:00:00 2001 From: 3v0k4 Date: Fri, 7 Jun 2024 23:08:06 +0200 Subject: [PATCH] chore: update installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e2a1fd..6a77444 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Or fetch the executable from GitHub: ```bash # PLATFORM {linux,darwin} # ARCHITECTURE {amd64,arm64} -curl https://github.com/3v0k4/unpath/releases/download/v0.1.0/unpath-PLATFORM-ARCH --output unpath +curl --location https://github.com/3v0k4/unpath/releases/download/v0.1.0/unpath-PLATFORM-ARCH --output unpath chmod +x unpath ./unpath ```