From 9c7f1e62af11f47c03a037261d26274d42fbbf0f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 7 Nov 2023 13:39:51 -0500 Subject: [PATCH] index: A few minor fixes Signed-off-by: Colin Walters --- docs/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8445b7037..9543b55e0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,7 +59,7 @@ The `bootc install` functionality is also more experimental. ### Installing - * Fedora: [bootc is packaged](https://bodhi.fedoraproject.org/updates/?packages=bootc) and be available in the main repositories soon. + * Fedora: [bootc is packaged](https://bodhi.fedoraproject.org/updates/?packages=bootc). * CentOS Stream 9: There is a [COPR](https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/) tracking git main with binary packages. You can also build this project like any other Rust project, e.g. `cargo build --release` from a git clone. @@ -116,6 +116,7 @@ preserving state. # More links -- https://coreos.github.io/rpm-ostree/container/ -- https://github.com/coreos/layering-examples +- [rpm-ostree container](https://coreos.github.io/rpm-ostree/container/) +- [centos-boot](https://github.com/centos/centos-boot) +- [coreos/layering-examples](https://github.com/coreos/layering-examples)