forked from extern/httpie-cli
Fix-up standalone binary docs. (#1396)
This commit is contained in:
parent
80ae644464
commit
7fd34fc8ce
@ -215,14 +215,14 @@ $ pacman -Syu httpie
|
|||||||
$ pacman -Syu
|
$ 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
|
```bash
|
||||||
# Install httpie
|
# Install httpie
|
||||||
$ https --download packages.httpie.io/binaries/linux/http-latest -o http
|
$ https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
$ chmod +X ./http
|
$ chmod +x ./http
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -184,13 +184,13 @@ tools:
|
|||||||
- yum upgrade httpie
|
- yum upgrade httpie
|
||||||
|
|
||||||
single-binary:
|
single-binary:
|
||||||
title: Single Binary Executables
|
title: Single binary executables
|
||||||
name: 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.
|
note: Have a standalone HTTPie executable when you don't want to go through the full installation process.
|
||||||
links:
|
links:
|
||||||
commands:
|
commands:
|
||||||
install:
|
install:
|
||||||
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
- chmod +X ./http
|
- chmod +x ./http
|
||||||
upgrade:
|
upgrade:
|
||||||
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
- https --download packages.httpie.io/binaries/linux/http-latest -o http
|
||||||
|
Loading…
Reference in New Issue
Block a user