about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 5d08259..35db5bd 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
 ayu (あゆ)
 ===
 
-Not-so standard unix password manager, written in (mostly) posix shell (~90 LoC)
+Not-so standard unix password manager, written in (mostly) posix shell (~90 LoC, 73 ULoC)
 Uses <https://age-encryption.org> as back-end, and tree(1) to list contents of the password store
 
 Caveats
 -------
 
 For the utility to work, you have to generate your own keypair with age-keygen(1)
-The private key should be placed as ~/.ayu/public_key and the public key should be placed as ~/.ayu/public_key
+The private key should be placed as ~/.ayu/private_key and the public key should be placed as ~/.ayu/public_key
 
 e.g. age-keygen -o ~/.ayu/private_key && age-keygen -y ~/.ayu/private_key > ~/.ayu/public_key