Skip to content

Commit

Permalink
merge: branch 'develop' into release-1.1.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed Jan 16, 2022
2 parents 5cd94ea + 676f4e7 commit 0e95e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 `<Pandoc data directory>/filters/pandoc-zotxt.lua-1.1.0b8/man`
can add `<Pandoc data directory>/filters/pandoc-zotxt.lua-1.1.0b9/man`
to your `MANPATH`.


Expand Down

0 comments on commit 0e95e9a

Please sign in to comment.