about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorAoi Koizumi <novaburst@kalli.st>2022-01-21 23:57:34 -0300
committerAoi Koizumi <novaburst@kalli.st>2022-01-21 23:57:34 -0300
commitbdc09eea7c2118bd0aabea76c0027c16997767a8 (patch)
tree48462d4bf9e6cc10ec911afdd483a1b42c68a061 /README
parentf339d5c2d5a7d33f48d1856101ee8f166e2b63e8 (diff)
downloadayu-bdc09eea7c2118bd0aabea76c0027c16997767a8.tar.gz
Breaking changes: former variable structure is not used any longer
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
Diffstat (limited to 'README')
-rw-r--r--README6
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