summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-29 02:11:32 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-29 02:11:32 +0200
commitd07a960ad5fbf6b876100102b36a3cd96a3ff11f (patch)
treed2ba6f278ff285085776149ba9872f8e905aebe1 /README.md
parentb843c1e272debcb0ade5aee40764fa6b5fe9687b (diff)
removed irrelevant info from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index a3f1109f..3a36848c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@ QtPass [![Build Status](https://travis-ci.org/IJHack/qtpass.svg?branch=master)](
QtPass is a GUI for [pass](http://www.passwordstore.org/), the standard unix password manager.
-
Features
--------
* Using pass or git and gpg2 directly
@@ -72,9 +71,6 @@ On Mac OS X:
`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.
-An easy fix is regenerating the Makefile with: `make clean && rm Makefile && qmake -qt5` or if qmake is ambiguous: `qmake-qt5`. On Debian (and derivatives such as Ubuntu), the `qt5-default` package will install the required build tools.
-
Further reading
---------------
[Documentation](http://qtpass.org/)