From e1c08a3de5597fef9d5af847209d5a919dee0419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 5 Oct 2021 15:45:34 +0200 Subject: [PATCH] Mention Snapcraft for unstable version installation --- docs/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ba388c40..38846709 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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