From 1570d76ba142aba9826c7440cf4c6008e8b6852e Mon Sep 17 00:00:00 2001 From: marinmo Date: Sun, 10 Mar 2024 19:49:41 +0100 Subject: [PATCH] chore(automatic): replace all references to 'template' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6720b5..6dc7796 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BlueBuild Template   [![build-ublue](https://github.com/blue-build/template/actions/workflows/build.yml/badge.svg)](https://github.com/blue-build/template/actions/workflows/build.yml) +# solid-wall-of-sound See the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template. @@ -13,7 +13,7 @@ To rebase an existing atomic Fedora installation to the latest build: - First rebase to the unsigned image, to get the proper signing keys and policies installed: ``` - rpm-ostree rebase ostree-unverified-registry:ghcr.io/blue-build/template:latest + rpm-ostree rebase ostree-unverified-registry:ghcr.io/marinmo/solid-wall-of-sound:latest ``` - Reboot to complete the rebase: ``` @@ -21,7 +21,7 @@ To rebase an existing atomic Fedora installation to the latest build: ``` - Then rebase to the signed image, like so: ``` - rpm-ostree rebase ostree-image-signed:docker://ghcr.io/blue-build/template:latest + rpm-ostree rebase ostree-image-signed:docker://ghcr.io/marinmo/solid-wall-of-sound:latest ``` - Reboot again to complete the installation ```