summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-18 11:33:24 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 11:33:24 +0200
commitb89f4c4ab146361316602cfb4de31776a9c7d120 (patch)
treefe3305fcd4830d399fb719be85d26c6d5ffa0099 /README.md
parentf61582d8092a102751981bdd5cb6d24f9e27a7db (diff)
parentee8ccb24a14bba350da80a525dec264aeec3b2d5 (diff)
Merge branch 'master' into feature/first-start-wizard
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9b64b8e6..b81aa370 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-QtPass
+QtPass [![Build Status](https://travis-ci.org/IJHack/qtpass.svg?branch=master)](https://travis-ci.org/IJHack/qtpass)
======
-QtPass is a GUI for [pass](http://www.passwordstore.org/)
+QtPass is a GUI for [pass](http://www.passwordstore.org/), the standard unix password manager.
+
Features
--------
@@ -68,7 +69,7 @@ On most systems all you need is:
`qmake && make && make install`
On MacOsX:
-`qmake && make && macdeployqt QtPass.app -dmg`
+`qmake && make && macdeployqt QtPass.app`
* Currently seems to only work with MacGPG2
On some systems there are issues with qt4 and qt5 being installed at the same time.
@@ -79,3 +80,4 @@ Further reading
[Documentation](http://qtpass.org/)
[Source code](https://github.com/IJHack/qtpass)
+