Readme update.
This commit is contained in:
10
README.rst
10
README.rst
@@ -7,6 +7,7 @@ Midnight Commander extfslib
|
|||||||
|
|
||||||
Midnight Commander extfslib helper library for writing extfs archive plugins.
|
Midnight Commander extfslib helper library for writing extfs archive plugins.
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
===========
|
===========
|
||||||
|
|
||||||
@@ -83,15 +84,6 @@ or use virtualenv:
|
|||||||
$ source venv/bin/activate
|
$ source venv/bin/activate
|
||||||
(venv) $ pip install
|
(venv) $ pip install
|
||||||
|
|
||||||
See individual installation plugins below. Basically it comes down to:
|
|
||||||
|
|
||||||
* 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``::
|
|
||||||
|
|
||||||
# arch
|
|
||||||
regex/\.pattern$
|
|
||||||
Open=%cd %p/handler_filename://
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ license_file = LICENSE
|
|||||||
long_description = file: README.rst
|
long_description = file: README.rst
|
||||||
name = extfslib
|
name = extfslib
|
||||||
url = https://github.com/gryf/mc_extfslib
|
url = https://github.com/gryf/mc_extfslib
|
||||||
version = 1.0
|
version = 1.1
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
py_modules = extfslib
|
py_modules = extfslib
|
||||||
|
|||||||
Reference in New Issue
Block a user