diff --git a/README.md b/README.md index 5df4579..9282bd2 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The simple multisig toolchain for git repos. Consider using the following one liner which is much faster to review: ``` + git fetch origin refs/notes/signatures while read -r line; do \ gpg --verify \ <(printf "$line" | sed 's/.*pgp://g'| openssl base64 -d -A) \