diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README index 64cd948..8952f95 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ayu +ayu (あゆ) === Not-so standard unix password manager, written in (mostly) posix shell @@ -8,9 +8,9 @@ Caveats ------- For the utility to work, you have to generate your own keypair with age-keygen(1) -The private key should be placed as ~/.config/ayu/age.key and the public key should be placed as ~/.ayu/.age-id +The private key should be placed as ~/.config/ayu/sec.age and the public key should be placed as ~/.config/ayu/pub.age -e.g. age-keygen -o ~/.config/ayu/age.key and the output should be copied into the public key file. +e.g. age-keygen -o ~/.config/ayu/sec.age and the output should be copied into the public key file. Anti-features |