From dad8c1a01f00a8767c357025d54c594f51ece548 Mon Sep 17 00:00:00 2001 From: josiah Date: Sun, 30 May 2021 19:55:01 -0500 Subject: [PATCH] Update documentation. --- readme.org | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.org b/readme.org index 3233404f..0d87556b 100644 --- a/readme.org +++ b/readme.org @@ -14,4 +14,16 @@ ** rekeying the gpg thing - make sure you know the ansible vault password - - + - encrypt the ansible-vault password with your new gpg key + - name that new file "vault_passphrase.gpg" + - there u go + +** pulling in changes from upstream remote + first make sure you've got the remote configured: + + - ~git remote add upstream git://theurl~ + - ~git fetch upstream~ + + now you can merge in changes: + - ~git checkout main~ + - ~git merge upstream/main~