update README.md file
This commit is contained in:
parent
986d41ce9f
commit
168bb76394
|
@ -37,7 +37,8 @@ build-tools/ - .deb packages that need to be installed before building.
|
||||||
### Installing Build Tools
|
### Installing Build Tools
|
||||||
### 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue