lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit dee084e3a629767203e8e502280e980efd027598
parent b07194e5a836879ef677c69158910ffc5dbba50d
Author: Jo-Philipp Wich <jow@openwrt.org>
Date:   Wed, 11 Jun 2014 11:01:04 +0200

Fix typo in README and break long line

Diffstat:
MREADME | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -5,9 +5,11 @@ This is an OpenWrt package feed containing community-maintained packages. * Usage * -Replace the feeds.conf entry for packages with: src-git packages git://github.com/openwrt/packages.git +Replace the feeds.conf entry for packages with: + src-git packages git://github.com/openwrt/packages.git + Run: ./scripts/feeds update packages -Run: ./scripts/feess install -a -p packages +Run: ./scripts/feeds install -a -p packages * Package Guidelines *