summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-06-26 06:45:15 -0700
committerGitHub <noreply@github.com>2017-06-26 06:45:15 -0700
commitfcf8576ecb1ae4bfc92fe44eb288ea8e47275c5a (patch)
tree448c3603774da037c4d2db9d971cfbc17359837f
parenta7a7d09f446cad7f34be04ceb47bd8512b9cd344 (diff)
parent7094741ad8bdd59716ff4abf47ea2035c5758ac0 (diff)
Merge pull request #738 from indapublic/patch-1
Fixed installation instructions via brew
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f0416003..e58e5550 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-pin dbcli/tap && brew install pgcli # Only on macOS
+ $ brew tap dbcli/tap && 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`__.