summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorV <indapublic@users.noreply.github.com>2017-06-26 18:02:20 +1000
committerGitHub <noreply@github.com>2017-06-26 18:02:20 +1000
commit7094741ad8bdd59716ff4abf47ea2035c5758ac0 (patch)
tree448c3603774da037c4d2db9d971cfbc17359837f /README.rst
parenta7a7d09f446cad7f34be04ceb47bd8512b9cd344 (diff)
Fixed installation instructions via brew
You should to tap the formula repo first
Diffstat (limited to 'README.rst')
-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`__.