X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=INSTALL.txt;h=1dedea7e01744e9910bf1a9b3e1b1a8326e8db00;hp=e0a02f89d4a0c97b7efe58a5312d59f6f7657030;hb=b2b07db4559a9fb29a498bc9f5817812727d435d;hpb=60de9e5957893b7e8f8677c2d75edcda11d47674 diff --git a/INSTALL.txt b/INSTALL.txt index e0a02f8..1dedea7 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -21,9 +21,9 @@ Older versions - extfs.ini 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 @@ -52,7 +52,8 @@ Newer versions ~/.mc/extfs.d 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 @@ -62,3 +63,5 @@ type/^XML *(1\.0 *)?document text include/xml Open=%cd %p/xml:// + +Enable file types guessing (see above).