Browse Source

Fix typo in README and break long line

Jo-Philipp Wich 10 years ago
parent
commit
dee084e3a6
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      README

+ 4
- 2
README View File

@@ -5,9 +5,11 @@ This is an OpenWrt package feed containing community-maintained packages.
5 5
 
6 6
 * Usage *
7 7
 
8
-Replace the feeds.conf entry for packages with: src-git packages git://github.com/openwrt/packages.git
8
+Replace the feeds.conf entry for packages with:
9
+  src-git packages git://github.com/openwrt/packages.git
10
+
9 11
 Run: ./scripts/feeds update packages
10
-Run: ./scripts/feess install -a -p packages
12
+Run: ./scripts/feeds install -a -p packages
11 13
 
12 14
  
13 15
 * Package Guidelines *