KratosWen commited on
Commit
80c4bad
·
verified ·
1 Parent(s): a632fcb

docs: clarify release verification scope

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ python tools/download_impact.py --include sample --output downloads
54
  python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
55
  ```
56
 
57
- Use `python tools/download_impact.py --list` to inspect all bundle keys. Exact byte sizes and SHA-256 checksums are published in `v1.1/MANIFEST.tsv` and `v1.1/SHA256SUMS`.
58
 
59
  ## Data Structure
60
 
 
54
  python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
55
  ```
56
 
57
+ Use `python tools/download_impact.py --list` to inspect all bundle keys. Exact byte sizes, SHA-256 checksums, and verification scope are published in `v1.1/MANIFEST.tsv`, `v1.1/SHA256SUMS`, and `v1.1/VERIFICATION.tsv`.
58
 
59
  ## Data Structure
60