diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-10-28 01:51:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-10-28 01:51:09 +0000 |
commit | 35ac5f8738e09600d6a08aed36348d9a654dadd6 (patch) | |
tree | a79c1a305f424a297cb2ead8b7ef6f642c66a5bf /chapter03/introduction.xml | |
parent | 95c681a23d05b666a245b8b0d0a0e5138d2073b4 (diff) |
Add an example of how to use wget-list
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r-- | chapter03/introduction.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 1cb5c1b4a..c89f2ee11 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -51,6 +51,8 @@ <para>An easy way to download all of the packages and patches is by using <ulink url="../wget-list">wget-list</ulink> as an input to - <command>wget</command>.</para> + <command>wget</command>. For example:</para> + + <screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> </sect1> |