Update README file
authorMirko Vogt <mirko@openwrt.org>
Wed, 6 Mar 2013 13:29:29 +0000 (13:29 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 6 Mar 2013 13:29:29 +0000 (13:29 +0000)
Append '-a' to "scripts/feeds {update,install}" example calls.

SVN-Revision: 35895

README

diff --git a/README b/README
index 6d2b27fb3e8a5660344f4232c78dcd96e9a7cd3f..9301fe456e72f9d2affc9516f3ff1c8f8b5521ff 100644 (file)
--- a/README
+++ b/README
@@ -6,9 +6,10 @@ configuration for the toolchain and firmware.
 You need to have installed gcc, binutils, patch, bzip2, flex,
 make, gettext, pkg-config, unzip, libz-dev and libc headers.
 
 You need to have installed gcc, binutils, patch, bzip2, flex,
 make, gettext, pkg-config, unzip, libz-dev and libc headers.
 
-Run "./scripts/feeds update" to get the latest package definitions
+Run "./scripts/feeds update -a" to get all the latest package definitions
 defined in feeds.conf / feeds.conf.default respectively
 defined in feeds.conf / feeds.conf.default respectively
-and "./scripts/feeds install" to install symlinks into "package/feeds/*".
+and "./scripts/feeds install -a" to install symlinks of all of them into
+package/feeds/.
 
 Use "make menuconfig" to configure your image.
 
 
 Use "make menuconfig" to configure your image.