On the system where there is a file extfs.ini a VFS script has to be
 installed the following way. Put the script into the system extfs
-directory - /usr/share/mc/extfs/ or /usr/local/share/mc/extfs/. Edit
-extfs.ini - add a line naming the script; for example, if one's
-installing xml VFS one has to do something like
+directory - /usr/share/mc/extfs/ or /usr/local/share/mc/extfs/. Make the
+script executable. Edit extfs.ini - add a line naming the script; for
+example, if one's installing xml VFS one has to do something like
 
 cd /etc/mc/extfs
 echo xml >>extfs.ini
 
 For newer versions just drop a VFS script to ~/.mc/extfs.d or
 ~/.local/share/mc/extfs.d/ directory (verify directory by running "mc -F").
-Edit mc.ext; the syntax is slightly different:
+Make the script executable. Edit mc.ext; the syntax is slightly
+different:
 
 regex/\.([xX][mM][lL])$
     Include=xml
 
 include/xml
     Open=%cd %p/xml://
+
+Enable file types guessing (see above).
 
 /usr/[local/][lib|share]/mc/extfs and add a line "obexftp" to the
 /usr/[local/][lib|share]/mc/extfs/extfs.ini. Make the script executable.
 
+See detailed installation instructions at
+http://phdru.name/Software/mc/INSTALL.html.
+
 Create somewhere a transport file. The transport file may have any name, and is
 expected to be a text file with at least one line defining the transport to
 your device. Other lines in the file are ignored.
 
     git clone http://git.phdru.name/extfs.d.git
      git clone git://git.phdru.name/extfs.d.git
 
+   Installation instructions: http://phdru.name/Software/mc/INSTALL.html
+
 
 AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 
 For mc 4.7+ run this "cd" command in the Midnight Commander (in the "bindings"
 file the command is "%cd"): cd file/torrent://; In older versions it is
-cd file#torrent, where "file" is the name of your torrent metafile. The VFS
-lists all files and directories from the torrent metafile; all files appear
-empty, of course, but the sizes are shown. Filenames are reencoded from the
-metafile's encoding/codepage to the current locale.
+cd file#torrent, where "file" is the name of your torrent metafile.
+
+See detailed installation instructions at
+http://phdru.name/Software/mc/INSTALL.html.
+
+The VFS lists all files and directories from the torrent metafile; all files
+appear empty, of course, but the sizes are shown. Filenames are reencoded from
+the metafile's encoding/codepage to the current locale.
 
 Along with the files/directories in the torrent metafile the VFS also presents
 meta information - in the form of files in .META directory. The size and
 
     git clone http://git.phdru.name/extfs.d.git
      git clone git://git.phdru.name/extfs.d.git
 
+   Installation instructions: http://phdru.name/Software/mc/INSTALL.html
+
 
 AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 file the command is "%cd"): cd file/xml://; in older versions it is
 cd file#xml, where "file" is the name of your XML file.
 
+See detailed installation instructions at
+http://phdru.name/Software/mc/INSTALL.html.
+
 The VFS represents tags as directories; the directories are numbered to
 distinguish tags with the same name; numbering also helps to sort tags by their
 order in XML instead of sorting them by name. Attributes, text nodes and
 
     git clone http://git.phdru.name/extfs.d.git
      git clone git://git.phdru.name/extfs.d.git
 
+   Installation instructions: http://phdru.name/Software/mc/INSTALL.html
+
 
 The VFS represents tags as directories; the directories are numbered to
 distinguish tags with the same name; numbering also helps to sort tags by their