summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2014-08-15 23:10:02 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-08-15 23:10:02 +0200
commitc27ed019de512493a60d1ea2d779e028e2824ecf (patch)
tree91d159d8d60de484a66c2e6b83e434897fa28a05 /README.md
parentfb797ea513e15c7cfc9ea9ed197fc10db23a1674 (diff)
working keyboard magic
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)