You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2026-05-04 20:44:57 +02:00
Fix-up standalone binary docs. (#1396)
This commit is contained in:
+3
-3
@@ -215,14 +215,14 @@ $ pacman -Syu httpie
|
||||
$ pacman -Syu
|
||||
```
|
||||
|
||||
#### Single Binary Executables
|
||||
#### Single binary executables
|
||||
|
||||
Have a standalone HTTPie executable, when you don't want to go through the full installatin process.
|
||||
Have a standalone HTTPie executable when you don't want to go through the full installation process
|
||||
|
||||
```bash
|
||||
# Install httpie
|
||||
$ https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||
$ chmod +X ./http
|
||||
$ chmod +x ./http
|
||||
```
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user