Update README.md

This commit is contained in:
C4FE1 2022-07-26 13:23:24 -03:00 committed by GitHub
parent 4b916916cd
commit ca143f5531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,9 @@ Download all the packages and extract them to $LFS/sources.
``` ```
cd $LFS cd $LFS
cp /<location_of_the_package>/lfs-packages-11.0.tar . cp /<location_of_the_package>/lfs-packages-11.1.tar .
tar xf lfs-packages-11.0.tar tar xf lfs-packages-11.1.tar
mv 11.0 sources mv 11.1 sources
chmod -v a+wt $LFS/sources chmod -v a+wt $LFS/sources
``` ```