1
0
Fork 0

Removed instructions for custom brew tap.

This commit is contained in:
Irina Truong 2017-07-20 07:30:15 -07:00
parent ab08c496f0
commit f67d50c915
1 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,7 @@ If you already know how to install python packages, then you can simply do:
or
$ brew tap dbcli/tap && brew tap-pin dbcli/tap && brew install pgcli # Only on macOS
$ brew install pgcli # Only on macOS
If you don't know how to install python packages, please check the
`detailed instructions`__.
@ -95,12 +95,10 @@ Detailed Installation Instructions:
macOS:
======
The easiest way to install pgcli is using Homebrew. Please be aware that this will
install postgres if you don't have it installed.
The easiest way to install pgcli is using Homebrew.
::
$ brew tap-pin dbcli/tap
$ brew install pgcli
Done!