10 lines
178 B
Markdown
10 lines
178 B
Markdown
|
# getgrin.github.io
|
||
|
|
||
|
## Verify sha256 signature after download
|
||
|
|
||
|
Windows:
|
||
|
`certUtil -hashfile grim-v0.2.3-android.apk SHA256`
|
||
|
|
||
|
Unix:
|
||
|
`sha256sum grim-v0.2.3-android-sha256sum.txt`
|