Skip to content

Commit 771970a

Browse files
committed
📝 Verify installation with gh
1 parent 5eea377 commit 771970a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
![GitHub Actions CodeQL Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/codeql.yml?style=flat-square&logo=githubactions&label=CodeQL)
1414
![GitHub Actions test Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/test.yml?style=flat-square&logo=githubactions&label=test)
1515

16+
[![yutu - build a fully automated YouTube Channel!](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=490920&theme=light)](https://www.producthunt.com/posts/yutu?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-yutu)
1617

1718
yutu is a fully functional CLI for YouTube.
1819

@@ -87,7 +88,6 @@ There are two actions available for yutu, one is for general purpose and the oth
8788
```shell
8889
❯ curl -sSfL https://github.com/eat-pray-ai/yutu/releases/latest/download/yutu-linux-$(uname -m) -o /usr/local/bin/yutu
8990
❯ chmod +x /usr/local/bin/yutu
90-
9191
```
9292

9393
### macOS
@@ -105,6 +105,21 @@ Homebrew is not available since this repository is not notable enough, star this
105105
❯ winget install yutu
106106
```
107107

108+
### Verifying Installation
109+
110+
Verify the integrity and provenance of `yutu` using its associated cryptographically signed attestations.
111+
112+
```shell
113+
# Docker
114+
❯ gh attestation verify oci://ghcr.io/eat-pray-ai/yutu:latest --repo eat-pray-ai/yutu
115+
116+
# macOS and Linux
117+
❯ gh attestation verify $(which yutu) --repo eat-pray-ai/yutu
118+
119+
# Windows
120+
❯ gh attestation verify $(where.exe yutu.exe) --repo eat-pray-ai/yutu
121+
```
122+
108123
## Usage
109124

110125
```shell

0 commit comments

Comments
 (0)