Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HTTPie Desktop

## What's different in this fork




![HTTPie Desktop](.github/httpie-desktop.png)

[![Docs](https://img.shields.io/badge/stable%20docs-httpie.io%2Fdocs%2Fdesktop-brightgreen?style=flat&color=73DC8C&label=Docs)](https://httpie.org/docs/desktop)
Expand All @@ -26,10 +31,7 @@ Open HTTPie Desktop web app: [httpie.io/app](https://httpie.io/app) or [req.new]

## Linux

Please follow the instructions below to install HTTPie for Desktop on Linux.

⚠️ The Linux package uses [AppImage](https://appimage.org/), and you need to install it using [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) for the app to work:
Run this command in your terminal:

1. Install [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) ([instructions](https://github.com/TheAssassin/AppImageLauncher/wiki))
2. Download `HTTPie-*.AppImage` (or `HTTPie-*arm64.AppImage` for ARM64 architecture) from [the latest release](https://github.com/httpie/desktop/releases/latest) page
3. Run `$ AppImageLauncher HTTPie-*.AppImage`
```bash
/bin/bash -c "$(curl -fsSL https://httpie.io/desktop/install.sh)"