From 8456ddb27c95e01c01a8312d2a510e4449a9d07a Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 25 Oct 2020 21:48:09 +0100 Subject: [PATCH] Update brew instructions for dev --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2be949ee..b6c059b3 100644 --- a/README.rst +++ b/README.rst @@ -160,8 +160,8 @@ On macOS you can install it with Homebrew: .. code-block:: bash - $ brew unlink httpie - $ brew install httpie --HEAD + $ brew uninstall --force httpie + $ brew install --HEAD httpie Otherwise with ``pip``: