1
0
Fork 0

Update README with the build-from-source option.

This commit is contained in:
Amjith Ramanujam 2015-01-22 23:45:44 -08:00
parent cfa67eb875
commit 8979347118
1 changed files with 6 additions and 1 deletions

View File

@ -83,7 +83,8 @@ Detailed Installation Instructions:
OS X:
=====
Easiest way to install pgcli is using brew.
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.
::
@ -91,6 +92,10 @@ Easiest way to install pgcli is using brew.
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. Check if ``pip`` is installed on the system.