aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-01-07 19:05:12 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-01-07 19:07:11 +0100
commit13fd6cd8bc8a4fcfdc0fd1e89dc57ea9c1d1b3c0 (patch)
tree74f1a0eba45b268265359155914d2a9c0141642f /README.md
Initial commitHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
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.
+
+![](screenshot.png)
+
+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.