Skip to content

Commit 5536eff

Browse files
committed
Update README formatting and binary origin docs
1 parent 5fdae97 commit 5536eff

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,23 @@ This is a part of [Node3D](https://github.com/node-3d) project.
77
[![Test](https://github.com/node-3d/webaudio/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/webaudio/actions/workflows/test.yml)
88
[![Cpplint](https://github.com/node-3d/webaudio/actions/workflows/cpplint.yml/badge.svg)](https://github.com/node-3d/webaudio/actions/workflows/cpplint.yml)
99

10-
```console
10+
```bash
1111
npm install @node-3d/webaudio
1212
```
1313

14-
## Binary Provenance
14+
## Binary Origin
1515

16-
Release binary archives for this package are published by public GitHub Actions
17-
workflows.
18-
When a release asset includes a GitHub Artifact Attestation, you can verify that
19-
the downloaded archive was published by the visible workflow in this repository:
16+
Release archives are built by this repository's public GitHub Actions workflows.
2017

21-
```console
18+
Attestations: https://github.com/node-3d/webaudio/attestations
19+
20+
To verify a downloaded archive:
21+
22+
```bash
2223
gh release download <tag> -R node-3d/webaudio -p <platform>.gz
2324
gh attestation verify <platform>.gz -R node-3d/webaudio
2425
```
2526

26-
The attestation links the archive to the repository, workflow, commit, and
27-
release build identity. It does not replace review of the source code, workflow,
28-
or third-party library contents.
29-
3027
> This addon is ABI-compatible across Node.js versions. **There is no compilation** during `npm install`.
3128
3229

0 commit comments

Comments
 (0)