mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 16:53:35 +01:00
Fix installation
This commit is contained in:
parent
542a2d35de
commit
4f172a61b4
@ -17,13 +17,13 @@ docs-structure:
|
|||||||
Windows:
|
Windows:
|
||||||
- chocolatey
|
- chocolatey
|
||||||
Linux:
|
Linux:
|
||||||
- snap-linux
|
|
||||||
- brew-linux
|
|
||||||
- apt
|
- apt
|
||||||
- dnf
|
- dnf
|
||||||
- yum
|
- yum
|
||||||
- pacman
|
|
||||||
- single-binary
|
- single-binary
|
||||||
|
- snap-linux
|
||||||
|
- brew-linux
|
||||||
|
- pacman
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
- pkg
|
- pkg
|
||||||
|
|
||||||
@ -191,6 +191,7 @@ tools:
|
|||||||
commands:
|
commands:
|
||||||
install:
|
install:
|
||||||
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
- chmod +x ./http
|
- ln -ls ./http ./https
|
||||||
|
- chmod +x ./http ./https
|
||||||
upgrade:
|
upgrade:
|
||||||
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
|
Loading…
Reference in New Issue
Block a user