From 7a4fb5d9661206063e0d67e3dc6e19bb7243ecb0 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 5 May 2022 18:40:52 +0300 Subject: [PATCH] Update installation instructions for debian (#1373) --- docs/README.md | 2 ++ docs/installation/methods.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index dc550a83..f714db6f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -162,6 +162,8 @@ Also works for other Debian-derived distributions like MX Linux, Linux Mint, dee ```bash # 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 install httpie ``` diff --git a/docs/installation/methods.yml b/docs/installation/methods.yml index 0828b0d6..79c78e3a 100644 --- a/docs/installation/methods.yml +++ b/docs/installation/methods.yml @@ -36,6 +36,8 @@ tools: package: https://packages.debian.org/sid/web/httpie commands: 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 install httpie upgrade: