From 185af2430a2f184df20754d5f1b7a9c730a69dc9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 17 Oct 2023 14:32:10 +0200 Subject: [PATCH] docs: fix installation instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4635150..f305570 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,8 @@ Inspired by [herloct/url-parser](https://github.com/herloct/url-parser), a simpl Prebuilt multiarch binaries are available for Linux only. ```Shell -curl -L https://github.com/thegeeklab/url-parser/releases/download/v0.1.0/url-parser-0.1.0-linux-amd64 > /usr/local/bin/url-parser +curl -SsfL https://github.com/thegeeklab/url-parser/releases/latest/download/url-parser-linux-amd64 -o /usr/local/bin/url-parser chmod +x /usr/local/bin/url-parser -url-parser --help ``` ## Build