Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikogura committed Sep 15, 2023
1 parent 8debbed commit 8a89c22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -607,6 +608,7 @@ example:

[user]
username = nikogura
email = nik.ogura@gmail.com
#### Usernamefunc

Expand Down Expand Up @@ -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


0 comments on commit 8a89c22

Please sign in to comment.