Update instructions in readme.md for shasum

This commit is contained in:
twangboy 2016-02-04 17:16:18 -07:00
parent 6f1a8f4146
commit aa7d0602a8

View file

@ -7,5 +7,5 @@ The sha's have been created using the following command:
```
shasum -a 512 <filename>
shasum -a 512 ./<filename> > ./<filename>.sha512
```