From 4ccf7f7a85c71222798ce5e3d7e9a5b9b29eab2b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 10 May 2025 15:04:27 -0400 Subject: [PATCH] updated readme to match new repository name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a9838f..020c9cf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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/eriq12/hydro-os:latest + rpm-ostree rebase ostree-unverified-registry:git.hydrosaber.com/eriq12/hydro-os:latest ``` - Reboot to complete the rebase: ``` @@ -19,7 +19,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/eriq12/hydro-os:latest + rpm-ostree rebase ostree-image-signed:docker://git.hydrosaber.com/eriq12/hydro-os:latest ``` - Reboot again to complete the installation ```