docs: fix installation instructions

This commit is contained in:
Robert Kaussow 2023-10-17 14:32:10 +02:00
parent f246b1d280
commit 185af2430a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 2 deletions

View File

@ -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