From b84d191632e2e74d5ee8d39e573d4d555e6dc5cb Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Wed, 2 Sep 2015 21:19:57 +0200 Subject: [PATCH] Fixed destination directory for plugins in docs. --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index b2a03d2..a94e948 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,16 @@ Midnight Commander extfs ======================== -Those are Midnight Commander extfs plugins for handling several archive types. +Those are Midnight Commander extfs plugins for handling several archive types +mostly known from AmigaOS - like **lha**, **lzx** and disk images like **adf** +and **dms**. Installation ============ See individual installation plugins below. Basically it comes down to: -* copying ``extfslib.py`` and plugin files to ``~/.local/share/mc/extfs/`` +* copying ``extfslib.py`` and plugin files to ``~/.local/share/mc/extfs.d/`` * installing binary handlers (lha, unlzx, xdms and unadf) * adding an entry in ``~/.config/mc/mc.ext``:: @@ -32,7 +34,7 @@ ULha requires `free lha `_ implementation to work. Installation ------------ -* copy ``extfslib.py`` and ``ulha`` to ``~/.local/share/mc/extfs/`` +* copy ``extfslib.py`` and ``ulha`` to ``~/.local/share/mc/extfs.d/`` * add or change entry for files handle in ``~/.config/mc/mc.ext``:: # lha @@ -63,7 +65,7 @@ ULzx requires Installation ------------ -* copy ``extfslib.py`` and ``ulzx`` to ``~/.local/share/mc/extfs/`` +* copy ``extfslib.py`` and ``ulzx`` to ``~/.local/share/mc/extfs.d/`` * add or change entry for files handle in ``~/.config/mc/mc.ext``:: # lzx @@ -121,7 +123,7 @@ needed. Installation ------------ -* copy ``extfslib.py`` and ``uadf`` to ``~/.local/share/mc/extfs/`` +* copy ``extfslib.py`` and ``uadf`` to ``~/.local/share/mc/extfs.d/`` * add or change entry for files handle in ``~/.config/mc/mc.ext``:: # adf