httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
32.73k stars 3.68k forks source link

Fixed installation steps for Debian & Ubuntu (#1473) #1475

Closed chrysle closed 1 year ago

chrysle commented 1 year ago

This fixes #1473

If you use deb [arch=amd64 signed-by=/usr/share/keyrings/httpie.gpg] https://packages.httpie.io/deb ./ as a replacement for your httpie.list content, the commented out command can replace the new one again.

mlec1 commented 1 year ago

Hi @chrysle, there is a typo in the path /etc/sources.list.d/httpie.list, it should be /etc/apt/sources.list.d/httpie.list

I don't have the rights to push to your branch, so it is easier if you do it

chrysle commented 1 year ago

Thanks for pointing out @mlec1 !

jkbrzt commented 1 year ago

Thank you!