From 35ee8e631c22b3744149c3324282ccb914e043da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Wed, 16 Sep 2020 17:19:00 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48aad2b..fcea1e4 100644 --- a/README.md +++ b/README.md @@ -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: ``` +cd $LFS +cp //lfs-cross.sh . sh lfs-cross.sh ```