Merge pull request #60 from clearlinux/fix-windows-sha512-cmd

Fixed a Windows command error
This commit is contained in:
Ianeta Hutchinson
2017-11-13 14:26:44 -08:00
committed by GitHub
@@ -24,7 +24,7 @@ Verify the integrity of the download (recommended)
.. code-block:: console
C:\> CertUtil -hashfile ./clear-<version>-live.img.xz | findstr -v file
C:\> CertUtil -hashfile ./clear-<version>-live.img.xz sha512
Compare the output with the original checksum to make sure they match.