Skip to content

Commit c053504

Browse files
committed
changing the name of repo
1 parent 402636a commit c053504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hyprland-blue   [![build-ublue](https://github.com/heus-sueh/hyprland-blue/actions/workflows/build.yml/badge.svg)](https://github.com/heus-sueh/hyprland-blue/actions/workflows/build.yml)
1+
# hyprland   [![build-ublue](https://github.com/heus-sueh/hyprland/actions/workflows/build.yml/badge.svg)](https://github.com/heus-sueh/hyprland-blue/actions/workflows/build.yml)
22

33
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.
44

@@ -13,15 +13,15 @@ To rebase an existing atomic Fedora installation to the latest build:
1313

1414
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
1515
```
16-
rpm-ostree rebase ostree-unverified-registry:ghcr.io/heus-sueh/hyprland-blue:latest
16+
rpm-ostree rebase ostree-unverified-registry:ghcr.io/heus-sueh/hyprland:latest
1717
```
1818
- Reboot to complete the rebase:
1919
```
2020
systemctl reboot
2121
```
2222
- Then rebase to the signed image, like so:
2323
```
24-
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/heus-sueh/hyprland-blue:latest
24+
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/heus-sueh/hyprland:latest
2525
```
2626
- Reboot again to complete the installation
2727
```
@@ -39,5 +39,5 @@ If build on Fedora Atomic, you can generate an offline ISO with the instructions
3939
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:
4040

4141
```bash
42-
cosign verify --key cosign.pub ghcr.io/heus-sueh/hyprland-blue
42+
cosign verify --key cosign.pub ghcr.io/heus-sueh/hyprland
4343
```

0 commit comments

Comments
 (0)