Closed LFd3v closed 10 months ago
Current FAQ has deprecated info about the location of the encrypted file:
.config/yadm/files.gpg -> ~/.local/share/yadm/archive
Also, for clarity, probably it is a good idea to use all paths relative to $HOME or ~/.
N/A
FAQ uses .config/yadm/files.gpg
.config/yadm/files.gpg
FAQ uses ~/.local/share/yadm/archive, and all full paths start with ~/.
~/.local/share/yadm/archive
~/
No
Yes
Please review yadm's Contributing Guide for best practices.
Signed commits with GnuPG.
Mostly a dup of https://github.com/TheLocehiliosan/yadm/pull/337, but changing $HOME to ~ is a good idea, to be consistent.
$HOME
~
What does this PR do?
Current FAQ has deprecated info about the location of the encrypted file:
Also, for clarity, probably it is a good idea to use all paths relative to $HOME or ~/.
What issues does this PR fix or reference?
N/A
Previous Behavior
FAQ uses
.config/yadm/files.gpg
New Behavior
FAQ uses
~/.local/share/yadm/archive
, and all full paths start with~/
.Have tests been written for this change?
No
Have these commits been signed with GnuPG?
Yes
Please review yadm's Contributing Guide for best practices.