forked from extern/httpie-cli
Update installation instructions for debian (#1373)
This commit is contained in:
parent
f7c1bb269e
commit
7a4fb5d966
@ -162,6 +162,8 @@ Also works for other Debian-derived distributions like MX Linux, Linux Mint, dee
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install httpie
|
# Install httpie
|
||||||
|
$ curl -SsL https://packages.httpie.io/deb/KEY.gpg | apt-key add -
|
||||||
|
$ curl -SsL -o /etc/apt/sources.list.d/httpie.list https://packages.httpie.io/deb/httpie.list
|
||||||
$ apt update
|
$ apt update
|
||||||
$ apt install httpie
|
$ apt install httpie
|
||||||
```
|
```
|
||||||
|
@ -36,6 +36,8 @@ tools:
|
|||||||
package: https://packages.debian.org/sid/web/httpie
|
package: https://packages.debian.org/sid/web/httpie
|
||||||
commands:
|
commands:
|
||||||
install:
|
install:
|
||||||
|
- curl -SsL https://packages.httpie.io/deb/KEY.gpg | apt-key add -
|
||||||
|
- curl -SsL -o /etc/apt/sources.list.d/httpie.list https://packages.httpie.io/deb/httpie.list
|
||||||
- apt update
|
- apt update
|
||||||
- apt install httpie
|
- apt install httpie
|
||||||
upgrade:
|
upgrade:
|
||||||
|
Loading…
Reference in New Issue
Block a user