1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Merge pull request #1944 from felixfontein/readme

Fix mention of macOS XDG_CONFIG_HOME fallback
This commit is contained in:
Felix Fontein
2025-09-11 19:05:09 +02:00
committed by GitHub

View File

@@ -231,7 +231,7 @@ configuration directory.
- **macOS**
- Looks for ``keys.txt`` in ``$XDG_CONFIG_HOME/sops/age/keys.txt``;
- Falls back to ``$HOME/Library/Application Support/sops/age/keys.txt``.
- Falls back to ``$HOME/Library/Application Support/sops/age/keys.txt`` if ``$XDG_CONFIG_HOME`` isnt set.
- **Windows**