summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-07-20 07:30:15 -0700
committerIrina Truong <i.chernyavska@gmail.com>2017-07-20 07:30:15 -0700
commitf67d50c91539476d6b9032f23ffd9aea1fb0a1ed (patch)
treec829597e00da5fb3b5e7f28c9adda77a5bc9636d /README.rst
parentab08c496f07a596b9c32925e51739d52988f91bb (diff)
Removed instructions for custom brew tap.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index f9a0637c..e167ce0f 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 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!