update README.md file

This commit is contained in:
manuel 2023-11-19 20:04:23 -01:00
parent 986d41ce9f
commit 168bb76394
1 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ build-tools/ - .deb packages that need to be installed before building.
### Navigate to the build-tools/ folder and install the .deb packages: ### Navigate to the build-tools/ folder and install the .deb packages:
cd eznixOS12X/build-tools/ cd eznixOS12X/build-tools/
sudo dpkg -i *.deb sudo dpkg -i *.deb
sudo apt install -f sudo apt install -f
@ -49,7 +50,7 @@ Copy the scripts to your home directory.
makdir -p /home/your_user/out makdir -p /home/your_user/out
makdir -p /home/your_user/logs makdir -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
sudo ./BldHelper.sh sudo ./BldHelper.sh