Skip to content

Commit 590eb34

Browse files
authored
Update README.md
1 parent c76e6d3 commit 590eb34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,12 @@ The instructions here are a summary of the readme in https://github.com/olafurpg
8181

8282
- Create a fresh GPG key: `gpg --gen-key`
8383
- Real name: use "project-name bot"
84-
- Email: "scala-[email protected]"
84+
- Email: "something@scala-lang.org"
8585
- Passphrase: generate one yourself
86-
- Get the key `LONG_ID` from the output and set `LONG_ID=6E8ED79B03AD527F1B281169D28FC818985732D9`
86+
- Get the key `LONG_ID` from the output and set `LONG_ID=6E8ED79B03AD527F1B281169D28FC818985732D9`. The output looks like this:
87+
8788
pub rsa2048 2018-06-10 [SC] [expires: 2020-06-09]
88-
$LONG_ID
89+
$LONG_ID
8990
- Copy the public key to a key server
9091
- `gpg --armor --export $LONG_ID`
9192
- http://keyserver.ubuntu.com:11371/

0 commit comments

Comments
 (0)