From 363b510ecb8c776c2c5f540a047d82b29da567fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Wed, 16 Sep 2020 17:19:30 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcea1e4..fee977f 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,5 @@ Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross ``` cd $LFS cp //lfs-cross.sh . -sh lfs-cross.sh +sh lfs-cross.sh | tee lfs-cross.log ```