From 120b4e0434435f4647607368b7af3f39b18460ff Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:40:59 -0400 Subject: [PATCH] doc, meta: replace command with link to keys --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d54b04187665f9..826943771808a8 100644 --- a/README.md +++ b/README.md @@ -112,14 +112,9 @@ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c - For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in `SHASUMS256.txt.sig`. You can use it with `gpg` to verify the integrity of `SHASUMS256.txt`. You will first need to import -[the GPG keys of individuals authorized to create releases](#release-keys). To -import the keys: +[the GPG keys of individuals authorized to create releases](#release-keys). -```bash -gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C -``` - -See [Release keys](#release-keys) for a script to import active release keys. +See [Release keys](#release-keys) for commands to import active release keys. Next, download the `SHASUMS256.txt.sig` for the release: