update README.md file

This commit is contained in:
manuel 2023-11-19 20:06:55 -01:00
parent 53323453c6
commit 7970c4d7cf
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ Copy the eznixOS12X/ folder to your home directory.
Copy the scripts 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 ### 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 mkdir -p /home/your_user/out
makdir -p /home/your_user/logs mkdir -p /home/your_user/logs
### Execute the BldHelper.sh script: ### Execute the BldHelper.sh script:
# Make sure you are in the home directory # Make sure you are in the home directory