mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Standalone binary documentation.
This commit is contained in:
parent
dc5274e491
commit
f09e7564e7
@ -215,6 +215,21 @@ $ pacman -Syu httpie
|
|||||||
$ pacman -Syu
|
$ pacman -Syu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Single Binary Executables
|
||||||
|
|
||||||
|
Have a standalone HTTPie executable, when you don't want to go through the full installatin process.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install httpie
|
||||||
|
$ https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
|
$ chmod +X ./http
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Upgrade httpie
|
||||||
|
$ https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
|
```
|
||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
|
|
||||||
#### FreshPorts
|
#### FreshPorts
|
||||||
|
@ -23,6 +23,7 @@ docs-structure:
|
|||||||
- dnf
|
- dnf
|
||||||
- yum
|
- yum
|
||||||
- pacman
|
- pacman
|
||||||
|
- single-binary
|
||||||
FreeBSD:
|
FreeBSD:
|
||||||
- pkg
|
- pkg
|
||||||
|
|
||||||
@ -181,3 +182,15 @@ tools:
|
|||||||
- yum install httpie
|
- yum install httpie
|
||||||
upgrade:
|
upgrade:
|
||||||
- yum upgrade httpie
|
- yum upgrade httpie
|
||||||
|
|
||||||
|
single-binary:
|
||||||
|
title: Single Binary Executables
|
||||||
|
name: Single Binary Executables
|
||||||
|
note: Have a standalone HTTPie executable, when you don't want to go through the full installatin process.
|
||||||
|
links:
|
||||||
|
commands:
|
||||||
|
install:
|
||||||
|
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
|
- chmod +X ./http
|
||||||
|
upgrade:
|
||||||
|
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
|
Loading…
Reference in New Issue
Block a user