From 727448a577a49fb679bf123daae0efe11e8b51a6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 28 Jan 2015 13:54:50 +0100 Subject: [PATCH] Update README.md * Add remark about this being a command line plugin * Add remark about directory creation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4752d96..ffd31bb 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ Link listing for Zim List all links in your [Zim](http://zim-wiki.org/) notebook, prefixed with an `E` for existing or `M` for missing pages. +This is a command line plugin for notebook maintenance or such tasks. +The GUI is capable of displaying the full page list on its own. + Installation ------------ Download/clone this repository in your `$XDG_DATA_HOME/zim/plugins` -(usually it is in `~/.local/share`). +(usually it is in `~/.local/share`). If that directory doesn’t exist, +you have to create it. Usage -----