diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -251,18 +251,19 @@ Just as `tlobsd tlmgr`, this command requires the `subversion` package. | |||
251 | 251 | ||
252 | ### biber | 252 | ### biber |
253 | 253 | ||
254 | A binary version of `biber`, the backend processor for BibLaTeX, is | 254 | Binary versions of `biber` and `biber-ms`, which constitute the |
255 | available in TeX Live for OpenBSD. It can be installed or updated | 255 | backend processor for BibLaTeX and BibLaTeX-ms, are available in TeX |
256 | with `tlobsd` as follows: | 256 | Live for OpenBSD. They can be installed or updated with `tlobsd` as |
257 | follows: | ||
257 | 258 | ||
258 | ```sh | 259 | ```sh |
259 | tlobsd getbiber | 260 | tlobsd getbiber |
260 | ``` | 261 | ``` |
261 | 262 | ||
262 | This command downloads a `biber` executable and attempts to verify it | 263 | This command downloads the `biber` and `biber-ms` executables and |
263 | with the public key that is used to sign the TeX Live for OpenBSD | 264 | attempts to verify them with the public key that is used to sign the |
264 | binaries. See | 265 | TeX Live for OpenBSD binaries. See |
265 | [above](#installing-tex-live-on-openbsd-with-ready-to-use-binaries). | 266 | [above](#installing-tex-live-on-openbsd-with-ready-to-use-binaries). |
266 | 267 | ||
267 | Direct link to `biber` binaries: <https://www.ekdosis.org/texlive>. | 268 | Direct link to `biber` binaries: <https://www.ekdosis.org/texlive>. |
268 | These can also be installed by hand into the TeX Live binary | 269 | These can also be installed by hand into the TeX Live binary |