Skip to content

Commit 7a4fb5d

Browse files
authored
Update installation instructions for debian (#1373)
1 parent f7c1bb2 commit 7a4fb5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ Also works for other Debian-derived distributions like MX Linux, Linux Mint, dee
162162

163163
```bash
164164
# Install httpie
165+
$ curl -SsL https://packages.httpie.io/deb/KEY.gpg | apt-key add -
166+
$ curl -SsL -o /etc/apt/sources.list.d/httpie.list https://packages.httpie.io/deb/httpie.list
165167
$ apt update
166168
$ apt install httpie
167169
```

docs/installation/methods.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ tools:
3636
package: https://packages.debian.org/sid/web/httpie
3737
commands:
3838
install:
39+
- curl -SsL https://packages.httpie.io/deb/KEY.gpg | apt-key add -
40+
- curl -SsL -o /etc/apt/sources.list.d/httpie.list https://packages.httpie.io/deb/httpie.list
3941
- apt update
4042
- apt install httpie
4143
upgrade:

0 commit comments

Comments
 (0)