We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d9966 commit b63d4b6Copy full SHA for b63d4b6
1 file changed
README.rst
@@ -225,8 +225,8 @@ configuration directory.
225
226
- **Linux**
227
228
- - Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`;
229
- - Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set.
+ - Looks for ``keys.txt`` in ``$XDG_CONFIG_HOME/sops/age/keys.txt``;
+ - Falls back to ``$HOME/.config/sops/age/keys.txt`` if ``$XDG_CONFIG_HOME`` isn’t set.
230
231
- **macOS**
232
@@ -235,7 +235,7 @@ configuration directory.
235
236
- **Windows**
237
238
- - Looks for `keys.txt` in `%AppData%\\sops\\age\\keys.txt`.
+ - Looks for ``keys.txt`` in `%AppData%\\sops\\age\\keys.txt``.
239
240
You can override the default lookup by:
241
0 commit comments