From ee79262f85a4a2c395e2589616ea49acab75ead5 Mon Sep 17 00:00:00 2001 From: Noel Miller <4983138+noelmiller@users.noreply.github.com> Date: Sun, 25 Feb 2024 07:25:47 -0600 Subject: [PATCH] Update README.md Co-authored-by: Robert Sturla --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfc6635..e6ceee2f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The following variables can be used to customize the create image. | WEB_UI | Enable Anaconda WebUI (experimental) | false | Available options for VARIANT can be found by running `dnf provides system-release`. -Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinonite +Variant will be the third item in the package name. Example: `fedora-release-kinoite-39-34.noarch` will be kinoite ## VSCode Dev Container There is a dev container configuration provided for development. By default it will use the existing container image available at `ghcr.io/ublue-os/isogenerator`, however, you can have it build a new image by editing `.devcontainer/devcontainer.json` and replacing `image` with `build`. `Ctrl+/` can be used to comment and uncomment blocks of code within VSCode.