summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 004ef524..b04ccc5f 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,20 @@ TODO
----
1. ~~non-blocking actions~~
2. ~~multi-lingual~~
-3. filtering and autocomplete
+3. ~~filtering and autocomplete~~
4. edit, insert
5. gpg-id management (per-folder)
+
+Instalation
+-----------
+On most systems all you need is:
+`qmake && make && make install`
+
+On MacOsX:
+`qmake && make && macdeployqt QtPass.app -dmg `
+
+Further reading
+---------------
+[Documentation](http://ijhack.github.io/qtpass/)
+
+[Source code](https://github.com/IJHack/qtpass)