summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-02-05 01:39:34 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-02-05 01:39:34 +0100
commit584d62514af423ad84f0a8f93dcd192240cbcf69 (patch)
treea3505735afca2786d139ba7ad024abcc7f82a20e /README.md
parentafb466d44165aeb0b8582eccfe10773d42fa2535 (diff)
Readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 197d8f0d..f1a60d12 100644
--- a/README.md
+++ b/README.md
@@ -28,20 +28,16 @@ Installation
* The Linguist package is required to compile the translations.
* For use of the fallback icons the SVG library is required.
+At runtime the only real dependency is `gpg2` but to make the most of it, you'll need `git` and `pass` too.
+
+Your GPG has to be set-up with a graphical pinentry when applicable, same goes for git authentication.
+On Mac OS X this currently seems to only work with MacGPG2 from gpgtools.
+
On most *nix systems all you need is:
```
qmake && make && make install
```
-On Mac OS X:
-```
-brew install qt5
-brew link --force qt5
-xcode-select --install
-qmake && make && macdeployqt QtPass.app
-```
-Currently seems to only work with MacGPG2
-
Security considerations
-----------------------