diff --git a/README.md b/README.md index 8f47f01..ff945d1 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ $> leeloo server Each action is commited in Git. To share your keystore, [create a remote repository and share it](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes). -By default, a new created keystore comes with *all registered public keys on your system*. So each owner should read your "shared" secret. To manage this list, you could remove or add new public GPG keys _(by adding/removing it in the keys folder by yourself for now)_. It allows to share secret with someone who don't know you yet. +By default, a new created keystore comes with *no registered public keys on your system*. So you have to explicitly add them by using `key add` function before writing new secrets. ## ZSH completion support !