From e8fb3c3c66f64ee86d83931b561d61887c77089b Mon Sep 17 00:00:00 2001 From: ZeStig <69384921+zstg@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:57:39 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaec0efd9..ce29242b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # StratOS iso --- -This repo contains the files required to build the ISO file for StratOS, which can be found at [this repo](https://github.com/StratOS-Linux/StratOS-iso). +This repo contains the files required to build the [StratOS Hyprland spin](https://github.com/StratOS-Linux/hyprland-iso). The ISO can be built and tested on all Arch-based distributions. @@ -8,8 +8,8 @@ Ensure that you have `archiso` installed from the [Arch repositories](https://ar To test the ISO, simply clone this repo and run the build script provided: ```bash -git clone https://github.com/StratOS-Linux/StratOS-iso -cd StratOS-iso +git clone https://github.com/StratOS-Linux/Hyprland-iso +cd Hyprland-iso ./build.sh ```