From 86372a3893cd1e64ec97af5567ec81d9547326ac Mon Sep 17 00:00:00 2001 From: apio Date: Thu, 28 Mar 2024 22:37:16 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c4f60de9..6e756348 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,11 @@ Additionally, the build process needs some extra dependencies to run: `cmake`, ` `tools/run.sh` is the script you should use in most cases. It will build changed files, install, make an ISO image, and run Luna in QEMU. -If you have no toolchain set up, `run.sh` will build it automatically, which means that you don't necessarily have to run `setup.sh` since `run.sh` does it for you. +If you have no toolchain set up, `run.sh` will build it automatically, which means that you don't necessarily have to run `setup.sh` manually since `run.sh` does it for you. ## Prebuilt images -Prebuilt ISO images (numbered) for every version can be found at [pub.cloudapio.eu](https://pub.cloudapio.eu/luna/releases). - -These images are built manually whenever a new release is created, and thus don't reflect the latest changes on the `main` branch. - -Every hour, this server pulls the latest commits on `main` and builds an hourly ISO image. The ten most recent ones can be found in the [hourly](https://pub.cloudapio.eu/luna/hourly) directory, and [Luna-latest.iso](https://pub.cloudapio.eu/luna/Luna-latest.iso) should always be symlinked to the newest one. - -These images do reflect the latest changes on the `main` branch, but are obviously less stable. Additionally, an hourly image will be skipped if building the latest commit of the project fails. +Prebuilt ISO images for every release version can be found at [pub.cloudapio.eu](https://pub.cloudapio.eu/luna/releases). ## Is there third-party software I can use on Luna?