README.md
changeset 329 fb9fb5d13dd6
parent 322 a34c1a00db29
child 558 736803450f76
--- a/README.md	Wed Jul 10 02:03:00 2013 +0100
+++ b/README.md	Wed Jul 10 02:12:37 2013 +0100
@@ -10,22 +10,21 @@
 
 ## Installation
 
-1. **Install Mercurial command line client.**
-
-See [Mercurial wiki page](http://mercurial.selenic.com/wiki/Download) for details how to install
-Mercurial on your machine. 
-
-2. **Download installer script.**
+1.  **Install Mercurial command line client.** 
+    
+    See [Mercurial wiki page](http://mercurial.selenic.com/wiki/Download) for details 
+    how to install Mercurial on your machine. 
 
-Download `HGInstaller.st` script from 
-[https://bitbucket.org/janvrany/stx-libscm/raw/default/mercurial/HGInstaller.st](https://bitbucket.org/janvrany/stx-libscm/raw/default/mercurial/HGInstaller.st)
-
-3. **Run the script.**
+2.  **Download and run an installer script**
+   
+    Download [`HGInstaller.st`](https://bitbucket.org/janvrany/stx-libscm/raw/default/mercurial/HGInstaller.st) script and run it as:
 
-    stx --execute HGInstaller.st
+    `stx --execute HGInstaller.st`
 
-See [installation instruction](https://bitbucket.org/janvrany/stx-libscm/wiki/Installation) for more details
-on installer options and on manual installation.
+**NOTE**: Smalltalk/X *jv-branch* has Mercurial support already included,
+so there's no need to install it explicitly.
+
+See [installation instruction](https://bitbucket.org/janvrany/stx-libscm/wiki/Installation) for more details.
 
 ## Supported version
 
@@ -35,10 +34,9 @@
 - Smalltalk/X "eXept HEAD"
 - Smalltalk/X "jv branch" (an experimental Smalltalk/X version with many improvements)
 
-See [supported versions](https://bitbucket.org/janvrany/stx-libscm/wiki/SupportedVersion) for details on each
-version as not all features are supported on all Smalltalk/X versions.
+However, not all features are supported on each version. See [release notes](https://bitbucket.org/janvrany/stx-libscm/wiki/ReleaseNotes.md) for details.
 
-## Documentation
+## More Information
 
 - [Wiki][4]
 - [User guide][5] (always incomplete :-)
@@ -46,7 +44,7 @@
 ## Support
 
 As the stx:libscm comes free of charge, it comes with no warranty or whatsoever. For (commercial) support please 
-contact the author or [eXept Software AG](http://www.exept.de)
+contact the author or [eXept Software AG](http://www.exept.de).
 
 ## Author