From 7970c4d7cfb7938114b14596795f1a77b7eaf87b Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 19 Nov 2023 20:06:55 -0100 Subject: [PATCH] update README.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f897e57..51d578a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Copy the eznixOS12X/ folder to your home directory. Copy the scripts to your home directory. ### Create extra necessary folders for the build the out folder and the logs folder were the final iso and build logs will be when the build finish -makdir -p /home/your_user/out -makdir -p /home/your_user/logs +mkdir -p /home/your_user/out +mkdir -p /home/your_user/logs ### Execute the BldHelper.sh script: # Make sure you are in the home directory