forked from extern/httpie-cli
Mention Snapcraft for unstable version installation
This commit is contained in:
parent
033798adc1
commit
e1c08a3de5
@ -146,13 +146,20 @@ You can install it on Linux, macOS, Windows, or FreeBSD with `pip`:
|
|||||||
$ python -m pip install --upgrade https://github.com/httpie/httpie/archive/master.tar.gz
|
$ python -m pip install --upgrade https://github.com/httpie/httpie/archive/master.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
Or on macOS with Homebrew:
|
Or on macOS, and Linux, with Homebrew:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ brew uninstall --force httpie
|
$ brew uninstall --force httpie
|
||||||
$ brew install --HEAD httpie
|
$ brew install --HEAD httpie
|
||||||
```
|
```
|
||||||
|
|
||||||
|
And even on macOS, and Linux, with Snapcraft:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ snap remove httpie
|
||||||
|
$ snap install httpie --edge
|
||||||
|
```
|
||||||
|
|
||||||
Verify that now you have the [current development version identifier](https://github.com/httpie/httpie/blob/master/httpie__init__.py#L6) with the `-dev` suffix, for example:
|
Verify that now you have the [current development version identifier](https://github.com/httpie/httpie/blob/master/httpie__init__.py#L6) with the `-dev` suffix, for example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user