From 612451b00d71573e79da8de7318fd84bd0a729cf Mon Sep 17 00:00:00 2001 From: Asterisk Date: Mon, 3 Jun 2024 10:14:34 +0000 Subject: [PATCH] fix clone URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 886d284..2fb4284 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ sudo pacman -S archiso ``` ### 2. Pull the repository ``` -git clone https://github.com/blend-os/blendiso.git +git clone https://git.blendos.co/blendOS/image-builder.git ``` ### 3. Build ``` -cd blendiso +cd image-builder sudo mkarchiso -v -w workdir/ -o out/ . ``` Once the building process is finished you can find the ISO image in the `./out` directory.