diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4dcd3fe --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Rdrview plugin for Dillo + +[Rdrview][] plugin for [Dillo][] written in Bash. + + + +Requires curl and rdrview installed. + +To install use: + +```sh +make install +``` + +To enable the reader mode add `rdrview:` in front of the URL. + +[Rdrview]: https://github.com/eafer/rdrview +[Dillo]: https://dillo-browser.github.io/ + +GPLv3 licensed. |