changeset 539:8e5673f16eb6

improved documentation of update mechanisms
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 10 Nov 2009 01:46:51 +0100
parents 437dd08f4fa4
children 8e6053c0b62a
files doc/index.html
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Tue Nov 10 00:41:58 2009 +0100
+++ b/doc/index.html	Tue Nov 10 01:46:51 2009 +0100
@@ -415,6 +415,12 @@
     <pre>hg clone http://hg.savannah.nongnu.org/hgweb/mingw-cross-env mingw-cross-env</pre>
 
     <p>
+    To retrieve updates, run:
+    </p>
+
+    <pre>hg pull -u</pre>
+
+    <p>
     You can also browse the
     <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env">web repository</a>.
     </p>
@@ -637,15 +643,16 @@
 
         <dd>
         remove all unused package files,
-        handy after a successful "make update"
+        handy after a successful update
         </dd>
 
     <dt>make update</dt>
 
         <dd>
+        for internal use only!
+        &ndash;
         update the version numbers of all packages,
         download the new versions and note their checksums
-        &ndash; use with caution!
         </dd>
 
     <dt>make dist</dt>