Skip to content

Commit

Permalink
📝 Verify installation with gh
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWaygate committed Sep 23, 2024
1 parent 5eea377 commit 771970a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
![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)
![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)

[![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)

yutu is a fully functional CLI for YouTube.

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

```

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

### Verifying Installation

Verify the integrity and provenance of `yutu` using its associated cryptographically signed attestations.

```shell
# Docker
❯ gh attestation verify oci://ghcr.io/eat-pray-ai/yutu:latest --repo eat-pray-ai/yutu

# macOS and Linux
❯ gh attestation verify $(which yutu) --repo eat-pray-ai/yutu

# Windows
❯ gh attestation verify $(where.exe yutu.exe) --repo eat-pray-ai/yutu
```

## Usage

```shell
Expand Down

0 comments on commit 771970a

Please sign in to comment.