1
0
Fork 0

Update Homebrew instructions.

This commit is contained in:
Thomas Roten 2017-06-02 14:05:48 -05:00
parent 837c8051e4
commit 7a20bd281f
1 changed files with 6 additions and 9 deletions

View File

@ -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.