mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-10-31 18:30:44 +00:00
docs: fix installation instructions (#73)
This commit is contained in:
parent
f246b1d280
commit
63a38bd033
@ -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.
|
Prebuilt multiarch binaries are available for Linux only.
|
||||||
|
|
||||||
```Shell
|
```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
|
chmod +x /usr/local/bin/url-parser
|
||||||
url-parser --help
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
Loading…
Reference in New Issue
Block a user