From 0c6ed3168995b4d8c643d3e009e0f89d7520b4a8 Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Sun, 25 Feb 2024 12:42:32 +0200 Subject: [PATCH] docs: add ISO notice --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22dac4d..a6720b5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ The `latest` tag will automatically point to the latest build. That build will s ## ISO -This template includes a simple Github Action to build and release an ISO of your image. +> **Warning** +> The ISO GitHub Action will be deprecated soon in favor of the new [ublue-os/isogenerator](https://github.com/ublue-os/isogenerator). The Action will then be removed from this template repository and instructions for building ISOs will be on the website. + +This template includes a simple GitHub Action to build and release an ISO of your image. To run the action, simply edit the `boot_menu.yml` by changing all the references to startingpoint to your repository. This should trigger the action automatically.