Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ The configuration is stored in a file named "keyringrc.cfg"
found in a platform-specific location. To determine
where the config file is stored, run ``keyring diagnose``.

This file is not created automatically. If it does not exist at the
reported location, create it (and any missing parent directories)
to configure keyring.

Config file content
-------------------

Expand Down
1 change: 1 addition & 0 deletions newsfragments/449.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarified that the configuration file is not created automatically and must be created by the user if it does not already exist.