Skip to content

Commit

Permalink
Backport #4028: Add --check to verify checksum doc (apache#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Ye authored Feb 8, 2022
1 parent 96f967f commit 1a59d62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gpg --verify apache-iceberg-{{% icebergVersion %}}.tar.gz.asc
### Verifying Checksums

```bash
shasum -a 512 apache-iceberg-{{% icebergVersion %}}.tar.gz.sha512
shasum -a 512 --check apache-iceberg-{{% icebergVersion %}}.tar.gz.sha512
```

### Verifying License Documentation
Expand Down

0 comments on commit 1a59d62

Please sign in to comment.