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 ```