Update README.md

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

View file

@ -115,5 +115,5 @@ Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross
``` ```
cd $LFS cd $LFS
cp /<location_of_the_scripts>/lfs-cross.sh . cp /<location_of_the_scripts>/lfs-cross.sh .
sh lfs-cross.sh sh lfs-cross.sh | tee lfs-cross.log
``` ```