Skip to content

Commit 8a89c22

Browse files
committed
update docs
1 parent 8debbed commit 8a89c22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ An example ```~/.gomason```:
163163

164164
[signing]
165165
program = gpg
166+
166167
167168
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.
168169

@@ -607,6 +608,7 @@ example:
607608

608609
[user]
609610
username = nikogura
611+
610612
611613
#### Usernamefunc
612614

@@ -652,10 +654,15 @@ User specific configuration information related to signing. Supported configura
652654

653655
The program used to sign your binaries. Set here it overrides any setting in ```metadata.json```
654656

657+
#### Email
658+
659+
The email address of the key used to perform signing. Set here it overrides any setting in ```metadata.json```
660+
655661
example:
656662

657663
[signing]
658664
program = gpg
665+
659666
660667

661668

0 commit comments

Comments
 (0)