From 70ca85124f279d21246b20a4b73719499a4b8e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 4 Jul 2019 11:11:35 -0400 Subject: [PATCH] add brew installation instructions --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7a98f31..07472c2 100644 --- a/README.rst +++ b/README.rst @@ -26,8 +26,8 @@ speedtest-cli works with Python 2.4-3.7 Installation ------------ -pip / easy\_install -~~~~~~~~~~~~~~~~~~~ +pip / easy\_install / brew +~~~~~~~~~~~~~~~~~~~~~~~~~~ :: @@ -39,6 +39,12 @@ or easy_install speedtest-cli +or + +:: + + brew install speedtest-cli + Github ~~~~~~