Merge pull request #22 from ftheile/patch-1

Always use `~` instead of `$HOME` for consistency
pull/24/head
Konstantin Ryabitsev 5 years ago committed by GitHub
commit eaf82430cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -566,7 +566,7 @@ gets mounted under `/media/disk`, under Mac it's `/Volumes`).
Once you know the full mount path, copy your entire GnuPG directory there:
$ cp -rp $HOME/.gnupg [/media/disk/name]/gnupg-backup
$ cp -rp ~/.gnupg [/media/disk/name]/gnupg-backup
You should now test to make sure it still works:

Loading…
Cancel
Save