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 ```