aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-08 01:37:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-08 01:38:31 +0200
commit31bf81ea8ffa74954216d9122e347f8d40dd551b (patch)
tree93e6ed8d141674cad0bcd646042624398aafc719 /README
parentFedora wants the whole license in COPYING. (diff)
downloadpassword-store-31bf81ea8ffa74954216d9122e347f8d40dd551b.tar.xz
password-store-31bf81ea8ffa74954216d9122e347f8d40dd551b.zip
Simplify README.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 2 insertions, 17 deletions
diff --git a/README b/README
index 39909e7..b7642ec 100644
--- a/README
+++ b/README
@@ -8,26 +8,11 @@ This is a very simple password store that encrypts passwords using gpg and
places the encrypted password in a directory. It can generate new passwords
and keep track of old ones.
-Please see the man page for considerable more documentation and examples.
+Visit the project page for more information: http://zx2c4.com/projects/password-store
-You may read the man page without installing the package by one of these
-commands:
-
-- Show it in man:
-
- $ man ./man/pass.1
-
-- Produce an HTML page:
-
- $ groff -mandoc -T html ./man/pass.1 > pass-man-page.html
-
-- Produce a PDF document:
-
- $ groff -mandoc ./man/pass.1 > pass-man-page.ps
- $ ps2pdf pass-man-page.ps
+Please see the man page for documentation and examples.
Depends on:
-
- gpg2
- git
- xclip