aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMarvin Borner2021-09-16 21:25:05 +0200
committerMarvin Borner2021-09-16 21:25:05 +0200
commit0ded3c55240451ab6a3bde99442b2fdc8f883eee (patch)
treec9141f9f04e14b69fcbab687078561ea8f87724d /readme.md
parent7b78b827df4fba8334109e902254106d29234c57 (diff)
Files
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..b589908
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,10 @@
+# Notability .note support for zathura
+
+This plugin adds support for the proprietary .note format of Notability. Because I had to reverse engineer the file format, you should expect errors and many missing features.
+
+## Installation
+
+1. Install cairo, libplist, libzip and zathura (including header files obviously, e.g. using `-dev` suffix)
+2. `meson zathura-note`
+3. `cd zathura-note; sudo ninja install`
+4. Enjoy!