diff --git a/README.md b/README.md index 9347ff8..16d0322 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ I have made shell aliases in ZSH for rebuilding the system. They are as follows: `nixswitch` = Switch to new config for both user and system. `nixdate` = Same as before, but updating flake.nix before doing so. This is essentially a full system update. -My config heavily references a gnupg-protected secrets file. These will have to be adapted and rewritten if anyone is to use my config for themselves. -For my use, unlocking secrets can be done with this command: +My config heavily references a gnupg-protected secrets file. These will have to be adapted and rewritten if anyone is to use my config for themselves. +For my use, unlocking secrets can be done with this command: ``gpg --pinentry-mode loopback --decrypt local.key.asc | git-crypt unlock -`` Made with love ❤️