Skip to content

Commit c0c2344

Browse files
authored
docs(readme): improve
Co-authored-by: Khải <hvksmr1996@gmail.com>
1 parent 3c7fc88 commit c0c2344

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,10 @@ Starting with version 0.22.1, every executable published to [GitHub Releases](ht
192192
To verify a downloaded binary, install the [GitHub CLI](https://cli.github.com/) and run:
193193

194194
```sh
195-
gh attestation verify pdu-x86_64-unknown-linux-gnu \
196-
--repo KSXGitHub/parallel-disk-usage
195+
gh attestation verify downloaded-pdu --repo KSXGitHub/parallel-disk-usage
197196
```
198197

199-
(Replace `pdu-x86_64-unknown-linux-gnu` with the filename you downloaded.) A successful run prints the signer workflow and confirms that the file's SHA-256 matches the attested digest. All attestations for this repository can also be browsed at the [Attestations page](https://github.com/KSXGitHub/parallel-disk-usage/attestations).
198+
(Replace `downloaded-pdu` with the filename you downloaded.) A successful run prints the signer workflow and confirms that the file's SHA-256 matches the attested digest. All attestations for this repository can also be browsed at the [Attestations page](https://github.com/KSXGitHub/parallel-disk-usage/attestations).
200199

201200
Binaries from releases older than 0.22.1 are not attested.
202201

0 commit comments

Comments
 (0)