diff --git a/README.md b/README.md index eaec0efd..ce29242b 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 ```