Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Jan 25, 2016
1 parent 2b2d320 commit 55be6ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55be6ec

Please sign in to comment.