From e327104a0f45cf1b994cb85b9f806e54b160ab17 Mon Sep 17 00:00:00 2001 From: Kevin Loaec Date: Wed, 14 Dec 2022 15:45:20 -0100 Subject: [PATCH] Update doc/TRY.md Co-authored-by: Antoine Poinsot --- doc/TRY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TRY.md b/doc/TRY.md index 9a2dcbb5..0594889a 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -63,7 +63,7 @@ of this guide, it is most likely `bitcoin-24.0.1-x86_64-linux-gnu.tar.gz`), and curl -O https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-x86_64-linux-gnu.tar.gz -O https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS -O https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS.asc ``` -2. Verify the hash of Bitcoin Core. +2. Verify the hash of the downloaded archive. ``` sha256sum --ignore-missing --check SHA256SUMS ```