summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Roten <tsr@lavabit.com>2017-06-02 14:05:48 -0500
committerThomas Roten <tsr@lavabit.com>2017-06-02 14:05:48 -0500
commit7a20bd281fe91c143d9912dca23ac722b6e26ead (patch)
treeac09e3d675411cba4ee11a75a912836d4efed998 /README.rst
parent837c8051e42d9de458c60a2ac55ab1eeeac33021 (diff)
Update Homebrew instructions.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index c09c5d8a..f0416003 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,7 @@ If you already know how to install python packages, then you can simply do:
or
- $ brew install pgcli # Only on OS X
+ $ brew tap-pin dbcli/tap && brew install pgcli # Only on macOS
If you don't know how to install python packages, please check the
`detailed instructions`__.
@@ -92,22 +92,19 @@ My email: amjith.r@gmail.com, Twitter: `@amjithr <http://twitter.com/amjithr>`_
Detailed Installation Instructions:
-----------------------------------
-OS X:
-=====
+macOS:
+======
-Easiest way to install pgcli is using brew. Please be aware that this will
-install postgres via brew if it wasn't installed via brew.
+The easiest way to install pgcli is using Homebrew. Please be aware that this will
+install postgres if you don't have it installed.
::
+ $ brew tap-pin dbcli/tap
$ brew install pgcli
Done!
-If you have postgres installed via a different means (such as PostgresApp), you
-can ``brew install --build-from-source pgcli`` which will skip installing
-postgres via brew if postgres is available in the path.
-
Alternatively, you can install ``pgcli`` as a python package using a package
manager called called ``pip``. You will need postgres installed on your system
for this to work.