From 8a89c22d1f0dcaca8c0681a5412f89f03bbd6adf Mon Sep 17 00:00:00 2001 From: Nik Ogura Date: Fri, 15 Sep 2023 14:55:02 -0700 Subject: [PATCH] update docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e2cb361..a39f91c 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ An example ```~/.gomason```: [signing] program = gpg + email = nik.ogura@gmail.com This config would use the gpg program to sign binaries with the author's private key. Obviously a key for the listed user must exist within gpg's keychain for this to function. @@ -607,6 +608,7 @@ example: [user] username = nikogura + email = nik.ogura@gmail.com #### Usernamefunc @@ -652,10 +654,15 @@ User specific configuration information related to signing. Supported configura The program used to sign your binaries. Set here it overrides any setting in ```metadata.json``` +#### Email + +The email address of the key used to perform signing. Set here it overrides any setting in ```metadata.json``` + example: [signing] program = gpg + email = nik.ogura@gmail.com