aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2024-03-31 17:37:17 +0200
committerRobert Alessi <alessi@robertalessi.net>2024-03-31 17:42:04 +0200
commitbbb2576624d156f269f715d33e4b87f4deceba61 (patch)
tree88e909d7f20b5fe13db551b380d0910051feb6de
parentb72fc627eb5200eb39b0c8f3f3ccb92a57eeb806 (diff)
downloadtexlive-openbsd-bbb2576624d156f269f715d33e4b87f4deceba61.tar.gz
added a link to the public key
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac4b8dc..a51a094 100644
--- a/README.md
+++ b/README.md
@@ -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
1024. Clone this git repository and fetch the binaries: 1084. Clone this git repository and fetch the binaries:
103 109
104 ```sh 110 ```sh