summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2015-07-29 02:11:32 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-29 02:11:32 +0200
commitd1a6dc673e543f0a78f0940ac6327494f1ef3c2b (patch)
treed2ba6f278ff285085776149ba9872f8e905aebe1
parent62dd468b50f94be444448df0f0df8370f645b5ae (diff)
removed irrelevant info from README
-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/)