From 21eafaa3c09c888f8b90a0345855a5024a24dacb Mon Sep 17 00:00:00 2001 From: ER Date: Mon, 3 Apr 2023 17:55:50 +0300 Subject: [PATCH] fix: change img to startingpoint in verification this makes it so that the create-ublue-script automatically replaces it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf23526..8992511 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,6 @@ Check the [just website](https://just.systems) for tips on modifying and adding 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/base + cosign verify --key cosign.pub ghcr.io/ublue-os/startingpoint If you're forking this repo, the uBlue website has [instructions](https://ublue.it/making-your-own/) for setting up signing properly.