summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-18 11:31:16 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 11:31:16 +0200
commitee8ccb24a14bba350da80a525dec264aeec3b2d5 (patch)
tree1ddfe2ee3bb222ae03054b9ff8251b8902fe7a19 /README.md
parent1c73bfc906df0fb92284549b2b54c2ce920d72de (diff)
Added Travis and the pass subtitle.
Removed the dmg build flag from Mac install comment. Changed Travis to only report on failure and success change states.
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 c81bd4fc..19d34fa0 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
--------
@@ -70,7 +71,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.
@@ -81,3 +82,4 @@ Further reading
[Documentation](http://qtpass.org/)
[Source code](https://github.com/IJHack/qtpass)
+