diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-05 18:37:58 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-09-05 18:37:58 +0200 |
commit | d13e17002aa17e33e8183c3b29d3a6f57bfa9ffb (patch) | |
tree | b13e91595042c521985f13d354b0eb5bacb9cda8 | |
parent | f601a58b47b26e13fe3f962e2b9fbd38a066dc04 (diff) |
Update installation and contributing instructions
-rw-r--r-- | CONTRIBUTING.rst | 6 | ||||
-rw-r--r-- | README.rst | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 23193c3..95167e0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -2,3 +2,9 @@ If you find bugs, have suggestions or any other problems, feel free to report an issue on the issue tracker or hit me up on IRC, I'm always on ``#emacs``. Patches are welcome, too, just fork, work on a separate branch and open a pull request with it. + +In case the bug is specific to an EPUB document, please send it to me +via email or upload it on an OCH and share the link with me. I'll try +my best to figure out the error, but chances are you can figure it out +as well by using the source view (bound to ``v`` for the current +document and ``V`` for the content file) to spot the problematic XML. @@ -28,8 +28,8 @@ Installation ------------ You'll have to manually install `esxml -<https://github.com/tali713/esxml>`_ with the ``css-select`` branch -checked out first, then this package. Sorry about that! +<https://github.com/tali713/esxml>`_ for the ``esxml-query.el`` file, +then this package. Sorry about that! Setup ----- |