Update verify.md

Co-authored-by: Than Harrison <th.thgtoa@disroot.org>
This commit is contained in:
TwoSixtyThreeFiftyFour 2022-08-31 04:41:49 +00:00 committed by Than Harrison
parent 5bd4581a6b
commit 86bf1daa22

View File

@ -16,7 +16,7 @@ First get the hash of your local file by following these steps for your OS:
Windows:
- From a command prompt, run ```certutil -hashfile filename.txt sha256```
- Compare the obtained hash result of your local file to the online files published hash. They should match.
- Compare the obtained hash result of your local file to the online file's published hash. They should match.
MacOS:
- From a terminal, run ```shasum -a 256 /full/path/to/your/file```