From 7feecbdd436a76f491120e5d82f05b852dac8a9d Mon Sep 17 00:00:00 2001 From: adi1090x Date: Sun, 6 Jun 2021 21:29:53 +0530 Subject: [PATCH] updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dab6fa06..4b8903c5 100644 --- a/README.md +++ b/README.md @@ -70,16 +70,16 @@ chmod +x setup.sh ./setup.sh ``` -+ Now, Change to the **iso** directory & run `build.sh` as **root**. ++ Now, Change to the **iso** directory & run `mkarchcraftiso` as **root**. ```bash cd iso sudo su -./build.sh -v +./mkarchcraftiso -v . ``` + If everything goes well, you'll have the ISO in **iso/out** directory.
-> If you want to Rebuild the ISO, remove ***work*** & ***out*** dirs inside `iso` directory first. then run `./build.sh -v` as **root**. You don't need to run `setup.sh` again, it's a one time process only. +> If you want to Rebuild the ISO, remove ***work*** & ***out*** dirs inside `iso` directory first. then run `./mkarchcraftiso -v .` as **root**. You don't need to run `setup.sh` again, it's a one time process only. ### Boot The ISO