diff options
author | Robert Alessi <alessi@robertalessi.net> | 2024-03-31 17:37:17 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2024-03-31 17:42:04 +0200 |
commit | bbb2576624d156f269f715d33e4b87f4deceba61 (patch) | |
tree | 88e909d7f20b5fe13db551b380d0910051feb6de /README.md | |
parent | b72fc627eb5200eb39b0c8f3f3ccb92a57eeb806 (diff) | |
download | texlive-openbsd-bbb2576624d156f269f715d33e4b87f4deceba61.tar.gz |
added a link to the public key
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -99,6 +99,12 @@ Please read first the reference page on this matter: | |||
99 | gpg --keyserver hkps://keys.openpgp.org --recv 1773E9248085C8C7 | 99 | gpg --keyserver hkps://keys.openpgp.org --recv 1773E9248085C8C7 |
100 | ``` | 100 | ``` |
101 | 101 | ||
102 | The GPG public key used to sign the archives [can also be | ||
103 | retrieved | ||
104 | here](https://git.sr.ht/~ralessi/texlive-openbsd/blob/master/alessi.asc). | ||
105 | (You can view the contents with `gpg --show-keyring`, or | ||
106 | `gpg --list-options show-keyring` depending on your gpg version.) | ||
107 | |||
102 | 4. Clone this git repository and fetch the binaries: | 108 | 4. Clone this git repository and fetch the binaries: |
103 | 109 | ||
104 | ```sh | 110 | ```sh |