docs: fix installation instructions (#73)

This commit is contained in:
Robert Kaussow 2023-10-17 14:38:17 +02:00 committed by GitHub
parent f246b1d280
commit 63a38bd033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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