summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-25 09:49:37 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-01-25 09:49:37 +0100
commit0f5d8b1b4557bbbaec9ae62733e6bed492947caa (patch)
tree7e35768de2eb2ca4ea600b306b15ff655f387d4f /README.md
parentf8403bad92e95d7af9e48957382d9ab863eb5ca2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea3e7a76..72c746a2 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,12 @@ On most systems all you need is:
`qmake && make && make install`
On Mac OS X:
-`qmake && make && macdeployqt QtPass.app`
+```
+brew install qt5
+brew link --force qt5
+xcode-select --install
+qmake && make && macdeployqt QtPass.app
+```
Currently seems to only work with MacGPG2
Security considerations