From 27de84ffbae943a339169d38663384bef213bdde Mon Sep 17 00:00:00 2001 From: John Taseff Date: Tue, 7 Oct 2025 14:58:12 -0500 Subject: [PATCH] Update verify.rst, easier Windows hash command Windows has an easier hash command, the long steps described in the forum link are not needed. --- docs/verify.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/verify.rst b/docs/verify.rst index 2a9e231..49cb56c 100644 --- a/docs/verify.rst +++ b/docs/verify.rst @@ -44,8 +44,11 @@ If you are running macOS, generate its SHA256 sum and compare it with the sum pr shasum -a 256 yourfile.iso -.. hint:: - If you are using Windows follow the tutorial `How to verify the ISO image on Windows `_. +If you are running Windows, generate its SHA256 sum and compare it with the sum present in ``sha256sum.txt`` using the ``Get-FileHash`` cmdlet. + +.. code-block:: console + + Get-FileHash yourfile.iso If the sums match, your ISO image was successfully downloaded. If they don't, download it again.