From 7502accfd3bab4818a90a78712d1902b96c33b3d Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:31:05 -0700 Subject: [PATCH] docs: remove unneeded verification section --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 7e9a205..4c12452 100644 --- a/README.md +++ b/README.md @@ -147,10 +147,3 @@ After doing that, you'll be able to run the following commands: Check the [just website](https://just.systems) for tips on modifying and adding your own recipes. -## Verification - -These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by downloading the `cosign.pub` key from this repo and running the following command: - - cosign verify --key cosign.pub ghcr.io/ublue-os/startingpoint - -If you're forking this repo, the uBlue website has [instructions](https://universal-blue.org/tinker/make-your-own/) for setting up signing properly.