mirror of
https://github.com/httpie/cli.git
synced 2025-01-24 14:28:34 +01:00
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
|
||||
```
|
||||
|
||||
Or on macOS with Homebrew:
|
||||
Or on macOS, and Linux, with Homebrew:
|
||||
|
||||
```bash
|
||||
$ brew uninstall --force 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:
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user