summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-10 01:18:24 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-08-10 01:18:24 +0200
commit5df5ca180f2ca9940a43b3b7c6f47f2a9fd0295a (patch)
tree57d916df6ccea20b52d45d10a4715ffcc9a164d2
parentb3e4b11439b3736940e8edfe5e9acb3912275a09 (diff)
ordering in README
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 24a33b07..abac9806 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,15 @@ Features
Logo based on https://commons.wikimedia.org/wiki/File:Heart-padlock.svg by AnonMoos.
+Installation
+------------
+On most systems all you need is:
+`qmake && make && make install`
+
+On Mac OS X:
+`qmake && make && macdeployqt QtPass.app`
+* Currently seems to only work with MacGPG2
+
Security considerations
-----------------------
Using this program will not magically keep your passwords secure against
@@ -56,15 +65,6 @@ Planned features
* Opening of (basic auth) urls in default browser? Possibly with helper plugin for filling out forms?
* Some other form of remote storage that allows for accountability / auditing (web API to retrieve the .gpg files?)
-Installation
-------------
-On most systems all you need is:
-`qmake && make && make install`
-
-On Mac OS X:
-`qmake && make && macdeployqt QtPass.app`
-* Currently seems to only work with MacGPG2
-
Further reading
---------------
[Documentation](http://qtpass.org/)