aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 39ebe0c..ac4b8dc 100644
--- a/README.md
+++ b/README.md
@@ -197,21 +197,21 @@ Package installation and updates
197To install new packages and to update already existing ones, do: 197To install new packages and to update already existing ones, do:
198 198
199```sh 199```sh
200obsd-tlmgr update --all 200tlobsd tlmgr update --all
201``` 201```
202 202
203This command requires the `subversion` package. 203This command requires the `subversion` package.
204 204
205In TeX Live for OpenBSD, `obsd-tlmgr` replaces the standard `tlmgr` 205In TeX Live for OpenBSD, `tlobsd tlmgr` replaces the standard `tlmgr`
206command which is the command name of TeX Live package manager. 206command which is the command name of TeX Live package manager.
207`obsd-tlmgr` can be used with the exact same options and arguments as 207`tlobsd tlmgr` can be used with the exact same options and arguments as
208`tlmgr`. 208`tlmgr`.
209 209
210More information can be found [on this 210More information can be found [on this
211page](https://tug.org/texlive/pkginstall.html) or in the [full `tlmgr` 211page](https://tug.org/texlive/pkginstall.html) or in the [full `tlmgr`
212documentation](https://tug.org/texlive/doc/tlmgr.html). 212documentation](https://tug.org/texlive/doc/tlmgr.html).
213 213
214`obsd-tlmgr` updates the links to a number of scripts that are shipped 214`tlobsd tlmgr` updates the links to a number of scripts that are shipped
215within TeX Live and are found in the `texmf-dist/scripts/` directory. 215within TeX Live and are found in the `texmf-dist/scripts/` directory.
216Most of them can be invoked by users from symlinks installed along 216Most of them can be invoked by users from symlinks installed along
217with the usual TeX Live binaries. As OpenBSD is not officially 217with the usual TeX Live binaries. As OpenBSD is not officially
@@ -224,10 +224,10 @@ to update all existing links and install new links after using
224`tlmgr`, like so: 224`tlmgr`, like so:
225 225
226```sh 226```sh
227mktexobsdsymlinks 227tlobsd mksymlinks
228``` 228```
229 229
230Just as `obsd-tlmgr`, this command requires the `subversion` package. 230Just as `tlobsd tlmgr`, this command requires the `subversion` package.
231 231
232Building the sources 232Building the sources
233-------------------- 233--------------------