From cc07f445726967a4ec6b2afebe19dcb5165537cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Wed, 16 Sep 2020 17:16:53 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b43f7b8..48aad2b 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,13 @@ Source the file to use the variable: source .bashrc ``` -Download all the packages and extract them to /mnt/lfs/sources. Set the sticky bit: +Download all the packages and extract them to /mnt/lfs/sources. ``` +cd /mnt/lfs +cp //lfs-packages-10.0.tar . +tar xf lfs-packages-10.0.tar +mv 10.0 sources chmod -v a+wt $LFS/sources ```