changeset 227:e64703523d34

improved style of README
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 09 Feb 2009 09:39:13 +0100
parents c07a36f3ea80
children e3d5cebc69ef
files doc/README
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README	Mon Feb 09 09:38:45 2009 +0100
+++ b/doc/README	Mon Feb 09 09:39:13 2009 +0100
@@ -26,12 +26,12 @@
 
     make foo bar
 
-        build packages 'foo', 'bar' and their dependencies,
+        build packages "foo", "bar" and their dependencies,
         non-parallel
 
     make foo bar -j 4 JOBS=2
 
-        build packages 'foo', 'bar' and their dependencies,
+        build packages "foo", "bar" and their dependencies,
         where up to 4 packages are build in parallel,
         each with up to 2 compiler processes running in parallel
 
@@ -46,7 +46,8 @@
 
     make clean-pkg
 
-        remove all unused package files
+        remove all unused package files,
+        handy after a successful "make update"
 
     make update