Skip to content

Commit b1e9409

Browse files
committed
docs(README): add repo activity image
1 parent 2aec3bd commit b1e9409

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# omm
22

33
[![Latest Release](https://img.shields.io/github/release/dhth/omm.svg?style=for-the-badge)](https://github.com/dhth/omm/releases/latest)
4-
![Commits Since Latest Release](https://img.shields.io/github/commits-since/dhth/omm/latest?style=for-the-badge)
4+
[![Commits Since Latest Release](https://img.shields.io/github/commits-since/dhth/omm/latest?style=for-the-badge)][2]
55
[![Build Workflow Status](https://img.shields.io/github/actions/workflow/status/dhth/omm/build.yml?style=for-the-badge)](https://github.com/dhth/omm/actions/workflows/build.yml)
66
[![Vulncheck Workflow Status](https://img.shields.io/github/actions/workflow/status/dhth/omm/vulncheck.yml?style=for-the-badge&label=vulncheck)](https://github.com/dhth/omm/actions/workflows/vulncheck.yml)
77
[![GitHub Discussions](https://img.shields.io/badge/GITHUB_DISCUSSION-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dhth/omm/discussions)
@@ -288,40 +288,45 @@ verify its authenticity. Checksums are applied to all released artifacts, and
288288
the resulting checksum file is signed using
289289
[cosign](https://docs.sigstore.dev/cosign/installation/).
290290

291-
Steps to verify (replace the version in the commands listed with the one you
292-
want):
291+
Steps to verify (replace `A.B.C` in the commands listed below with the version
292+
you want):
293293

294294
1. Download the following files from the release:
295295

296-
- omm_0.5.0_checksums.txt
297-
- omm_0.5.0_checksums.txt.pem
298-
- omm_0.5.0_checksums.txt.sig
296+
- omm_A.B.C_checksums.txt
297+
- omm_A.B.C_checksums.txt.pem
298+
- omm_A.B.C_checksums.txt.sig
299299

300300
2. Verify the signature:
301301

302302
```shell
303-
cosign verify-blob omm_0.5.0_checksums.txt \
304-
--certificate omm_0.5.0_checksums.txt.pem \
305-
--signature omm_0.5.0_checksums.txt.sig \
303+
cosign verify-blob omm_A.B.C_checksums.txt \
304+
--certificate omm_A.B.C_checksums.txt.pem \
305+
--signature omm_A.B.C_checksums.txt.sig \
306306
--certificate-identity-regexp 'https://github\.com/dhth/omm/\.github/workflows/.+' \
307307
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
308308
```
309309

310310
3. Download the compressed archive you want, and validate its checksum:
311311

312312
```shell
313-
curl -sSLO https://github.com/dhth/omm/releases/download/v0.5.0/omm_0.5.0_linux_amd64.tar.gz
314-
sha256sum --ignore-missing -c omm_0.5.0_checksums.txt
313+
curl -sSLO https://github.com/dhth/omm/releases/download/vA.B.C/omm_A.B.C_linux_amd64.tar.gz
314+
sha256sum --ignore-missing -c omm_A.B.C_checksums.txt
315315
```
316316

317317
3. If checksum validation goes through, uncompress the archive:
318318

319319
```shell
320-
tar -xzf omm_0.5.0_linux_amd64.tar.gz
320+
tar -xzf omm_A.B.C_linux_amd64.tar.gz
321321
./omm
322322
# profit!
323323
```
324324

325+
Repo Activity
326+
---
327+
328+
![Alt](https://repobeats.axiom.co/api/embed/a88c59f3f7e5bd9ef4756d71c122e22e02f2df69.svg "Repo activity")
329+
325330
Acknowledgements
326331
---
327332

0 commit comments

Comments
 (0)