From d3baaa76f7b58184f7a21e12758e8f363ff3a8d5 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 26 Mar 2024 16:13:39 +0100 Subject: obsd-tlmgr: updated README --- README.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ac95748..39ebe0c 100644 --- a/README.md +++ b/README.md @@ -197,27 +197,37 @@ Package installation and updates To install new packages and to update already existing ones, do: ```sh -tlmgr update --all +obsd-tlmgr update --all ``` +This command requires the `subversion` package. + +In TeX Live for OpenBSD, `obsd-tlmgr` replaces the standard `tlmgr` +command which is the command name of TeX Live package manager. +`obsd-tlmgr` can be used with the exact same options and arguments as +`tlmgr`. + More information can be found [on this page](https://tug.org/texlive/pkginstall.html) or in the [full `tlmgr` documentation](https://tug.org/texlive/doc/tlmgr.html). -A number of scripts that are shipped within TeX Live are found in the -`texmf-dist/scripts/` directory. Most of them can be invoked by users -from symlinks installed along with the usual TeX Live binaries. As -OpenBSD is not officially supported by TeX Live, it is important to -note that `tlmgr update --all` *does not update these links,* -especially in the case of scripts that come with new packages. To -update all existing links and install new links after using `tlmgr`, -do: +`obsd-tlmgr` updates the links to a number of scripts that are shipped +within TeX Live and are found in the `texmf-dist/scripts/` directory. +Most of them can be invoked by users from symlinks installed along +with the usual TeX Live binaries. As OpenBSD is not officially +supported by TeX Live, it is important to note that the standard +`tlmgr update --all` *does not update these links,* especially in the +case of scripts that come with new packages. + +Users who for some reason wish to continue using `tlmgr` are advised +to update all existing links and install new links after using +`tlmgr`, like so: ```sh mktexobsdsymlinks ``` -This command requires the `subversion` package and must be rerun as needed. +Just as `obsd-tlmgr`, this command requires the `subversion` package. Building the sources -------------------- -- cgit v1.2.3