From 05169269d4df3c4e7d89f1bde256490374d1c42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Fri, 18 Sep 2020 08:25:24 -0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 411a321..9f9b29e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ chmod -v a+wt $LFS/sources mv $LFS/sources/tcl8.6.10-src.tar.gz $LFS/sources/tcl8.6.10.tar.gz ``` +Copy all the shell scripts from this repository to your $LFS directory: + +``` +cp //*.sh $LFS +``` + Create the basic filesystem for LFS: ``` @@ -110,13 +116,7 @@ EOF source ~/.bashrc ``` -Copy all the shell scripts from this repository to your $LFS directory: - -``` -cp //*.sh $LFS -``` - -Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6: +Run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6: ``` sh $LFS/lfs-cross.sh | tee $LFS/lfs-cross.log