Update README.md

This commit is contained in:
Luís Guilherme Bergamini Mendes 2020-09-16 17:19:00 -03:00 committed by GitHub
parent cc07f44572
commit 35ee8e631c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,5 +113,7 @@ source ~/.bash_profile
Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6. The build took 30 min on my machine: Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6. The build took 30 min on my machine:
``` ```
cd $LFS
cp /<location_of_the_scripts>/lfs-cross.sh .
sh lfs-cross.sh sh lfs-cross.sh
``` ```