From 676f4e7961cdb94fe13af53d9d2345fc73aa7852 Mon Sep 17 00:00:00 2001 From: Odin Kroeger Date: Sun, 16 Jan 2022 13:34:55 +0100 Subject: [PATCH] chore: bumped up version number. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12c2280..d02636b 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ You use **pandoc-zotxt.lua** at your own risk. 1. Download the [latest release](https://github.com/odkr/pandoc-zotxt.lua/releases/latest). 2. Unpack it. -3. Move the `pandoc-zotxt.lua-1.1.0b8` directory into the +3. Move the `pandoc-zotxt.lua-1.1.0b9` directory into the `filters` sub-directory of your Pandoc data directory (`pandoc --version` tells you where that is). 4. Symlink or move the file `pandoc-zotxt.lua` from the - `pandoc-zotxt.lua-1.1.0b8` directory up to the `filters` directory. + `pandoc-zotxt.lua-1.1.0b9` directory up to the `filters` directory. If you are running a POSIX-compliant operating system (e.g., *BSD, Linux, or macOS) and have [curl](https://curl.haxx.se/) or @@ -47,7 +47,7 @@ into a Bourne-compatible shell: ```sh ( set -eu : "${HOME:?}" "${XDG_DATA_HOME:="$HOME/.local/share"}" - name=pandoc-zotxt.lua vers=1.1.0b8 + name=pandoc-zotxt.lua vers=1.1.0b9 url="https://github.com/odkr/$name/releases/download/v$vers/$name-$vers.tgz" for data_dir in "$HOME/.pandoc" "$XDG_DATA_HOME/pandoc"; do [ -d "$data_dir" ] && break @@ -60,7 +60,7 @@ into a Bourne-compatible shell: ``` If you want to use the manual page that ships with this release, you -can add `/filters/pandoc-zotxt.lua-1.1.0b8/man` +can add `/filters/pandoc-zotxt.lua-1.1.0b9/man` to your `MANPATH`.