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.